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.
#[allow]
#[warn]
#[deny]
#[forbid]
1 parent f6d1f36 commit 9137803Copy full SHA for 9137803
tests/ui/filter_methods.rs
@@ -1,5 +1,5 @@
1
#![warn(clippy::all, clippy::pedantic)]
2
-#![allow(clippy::clippy::let_underscore_drop)]
+#![allow(clippy::let_underscore_drop)]
3
#![allow(clippy::missing_docs_in_private_items)]
4
5
fn main() {
0 commit comments