We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030bc95 commit 7d2508bCopy full SHA for 7d2508b
src/lib.rs
@@ -66,11 +66,13 @@
66
clippy::let_underscore_untyped,
67
clippy::lossy_float_literal,
68
clippy::map_err_ignore,
69
+ clippy::map_with_unused_argument_over_ranges,
70
clippy::mem_forget,
71
clippy::missing_assert_message,
72
clippy::missing_asserts_for_indexing,
73
clippy::missing_const_for_fn,
74
clippy::missing_docs_in_private_items,
75
+ clippy::module_name_repetitions,
76
clippy::multiple_inherent_impl,
77
clippy::multiple_unsafe_ops_per_block,
78
clippy::mutex_atomic,
0 commit comments