mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
remove suppression of clippy lint too_many_arguments
This commit is contained in:
parent
4a1207caaa
commit
b98673fc42
@ -1,5 +1,4 @@
|
||||
#![warn(rust_2018_idioms)] // while we're getting used to 2018
|
||||
#![allow(clippy::too_many_arguments)] // large project
|
||||
#![allow(clippy::redundant_closure)] // there's a false positive
|
||||
#![warn(clippy::needless_borrow)]
|
||||
#![warn(clippy::redundant_clone)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user