Skip to content

Commit 1522017

Browse files
committed
Tune lints for 1.82 Rust
1 parent e1bb926 commit 1522017

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
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,
@@ -117,6 +118,7 @@
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,
@@ -130,6 +132,7 @@
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,

0 commit comments

Comments
 (0)