Skip to content

Commit 218c69c

Browse files
committed
Tune lints for 1.87 Rust
1 parent 7b8959e commit 218c69c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.clippy.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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+
57
standard-macro-braces = [
68
{ name = "assert", brace = "(" },
79
{ name = "assert_eq", brace = "(" },

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
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,

0 commit comments

Comments
 (0)