Skip to content

Commit e3f4855

Browse files
committed
Allow noop_method_call in clippy ui test
1 parent 7984e60 commit e3f4855

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, clippy::redundant_clone, clippy::unnecessary_wraps)]
4+
#![allow(unused, noop_method_call, clippy::redundant_clone, clippy::unnecessary_wraps)]
55

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

0 commit comments

Comments
 (0)