File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22# See full lints list at:
33# https://rust-lang.github.io/rust-clippy/master/index.html
44
5+ allow-expect-in-tests = true
6+
57standard-macro-braces = [
68 { name = " assert" , brace = " (" },
79 { name = " assert_eq" , brace = " (" },
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ All user visible changes to `cucumber-expressions` crate will be documented in t
1212
1313### BC Breaks
1414
15- - Bumped up [ MSRV] to 1.85 because of migration to 2024 edition. ([ todo ] )
15+ - Bumped up [ MSRV] to 1.85 because of migration to 2024 edition. ([ cd6a7180 ] )
1616
17- [ todo ] : https://github.com/cucumber-rs/cucumber-expressions/commit/todo
17+ [ cd6a7180 ] : https://github.com/cucumber-rs/cucumber-expressions/commit/cd6a71801b6f50d088c47ad30ea87bddda977f94
1818
1919
2020
Original file line number Diff line number Diff line change 102102 clippy:: shadow_unrelated,
103103 clippy:: significant_drop_in_scrutinee,
104104 clippy:: significant_drop_tightening,
105+ clippy:: single_option_map,
105106 clippy:: str_to_string,
106107 clippy:: string_add,
107108 clippy:: string_lit_as_bytes,
You can’t perform that action at this time.
0 commit comments