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 055db16 commit 4be7052Copy full SHA for 4be7052
src/tools/clippy/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, clippy::redundant_clone, clippy::unnecessary_wraps)]
+#![allow(unused, noop_method_call, clippy::redundant_clone, clippy::unnecessary_wraps)]
5
6
use std::cell::RefCell;
7
use std::rc::{self, Rc};
0 commit comments