Fix borrow and deref
This commit is contained in:
parent
e3f48559ed
commit
09c4503cae
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
// does not test any rustfixable lints
|
||||
|
||||
#![warn(clippy::clone_on_ref_ptr)]
|
||||
#![allow(unused, noop_method_call, clippy::redundant_clone, clippy::unnecessary_wraps)]
|
||||
#![allow(unused, clippy::redundant_clone, clippy::unnecessary_wraps)]
|
||||
|
||||
use std::cell::RefCell;
|
||||
use std::rc::{self, Rc};
|
||||
|
|
Loading…
Add table
Reference in a new issue