We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 696562d + 9137803 commit 8c37e19Copy full SHA for 8c37e19
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