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 e3f4855 commit 09c4503Copy full SHA for 09c4503
tests/ui/unnecessary_clone.rs
@@ -1,7 +1,7 @@
1
// does not test any rustfixable lints
2
3
#![warn(clippy::clone_on_ref_ptr)]
4
-#![allow(unused, noop_method_call, clippy::redundant_clone, clippy::unnecessary_wraps)]
+#![allow(unused, clippy::redundant_clone, clippy::unnecessary_wraps)]
5
6
use std::cell::RefCell;
7
use std::rc::{self, Rc};
0 commit comments