File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ All user visible changes to `cucumber-expressions` crate will be documented in t
1313
1414### BC Breaks
1515
16- - Bumped up [ MSRV] to 1.81 because for ` #[expect] ` attribute usage. ([ todo ] )
16+ - Bumped up [ MSRV] to 1.81 because for ` #[expect] ` attribute usage. ([ e1bb9266 ] )
1717
18- [ todo ] : /../../commit/todo
18+ [ e1bb9266 ] : /../../commit/e1bb92668617432948ab0faa32232b67d6c530e7
1919
2020
2121
Original file line number Diff line number Diff line change 8787 clippy:: or_fun_call,
8888 clippy:: panic_in_result_fn,
8989 clippy:: partial_pub_fields,
90+ clippy:: pathbuf_init_then_push,
9091 clippy:: pedantic,
9192 clippy:: print_stderr,
9293 clippy:: print_stdout,
117118 clippy:: suspicious_xor_used_as_pow,
118119 clippy:: tests_outside_test_module,
119120 clippy:: todo,
121+ clippy:: too_long_first_doc_paragraph,
120122 clippy:: trailing_empty_array,
121123 clippy:: transmute_undefined_repr,
122124 clippy:: trivial_regex,
130132 clippy:: unnecessary_struct_initialization,
131133 clippy:: unneeded_field_pattern,
132134 clippy:: unused_peekable,
135+ clippy:: unused_result_ok,
133136 clippy:: unwrap_in_result,
134137 clippy:: unwrap_used,
135138 clippy:: use_debug,
You can’t perform that action at this time.
0 commit comments