Skip to content

Commit 7d2508b

Browse files
committed
Tune lints for 1.84 Rust
1 parent 030bc95 commit 7d2508b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,13 @@
6666
clippy::let_underscore_untyped,
6767
clippy::lossy_float_literal,
6868
clippy::map_err_ignore,
69+
clippy::map_with_unused_argument_over_ranges,
6970
clippy::mem_forget,
7071
clippy::missing_assert_message,
7172
clippy::missing_asserts_for_indexing,
7273
clippy::missing_const_for_fn,
7374
clippy::missing_docs_in_private_items,
75+
clippy::module_name_repetitions,
7476
clippy::multiple_inherent_impl,
7577
clippy::multiple_unsafe_ops_per_block,
7678
clippy::mutex_atomic,

0 commit comments

Comments
 (0)