Skip to content

Commit 09c4503

Browse files
committed
Fix borrow and deref
1 parent e3f4855 commit 09c4503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/unnecessary_clone.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// does not test any rustfixable lints
22

33
#![warn(clippy::clone_on_ref_ptr)]
4-
#![allow(unused, noop_method_call, clippy::redundant_clone, clippy::unnecessary_wraps)]
4+
#![allow(unused, clippy::redundant_clone, clippy::unnecessary_wraps)]
55

66
use std::cell::RefCell;
77
use std::rc::{self, Rc};

0 commit comments

Comments
 (0)