mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
really, clippy?!?
This commit is contained in:
+2
-1
@@ -22,7 +22,8 @@
|
||||
clippy::useless_format,
|
||||
clippy::derive_partial_eq_without_eq,
|
||||
clippy::derive_hash_xor_eq,
|
||||
clippy::too_many_arguments
|
||||
clippy::too_many_arguments,
|
||||
clippy::type_complexity
|
||||
)]
|
||||
#![warn(
|
||||
rust_2018_idioms,
|
||||
|
||||
Reference in New Issue
Block a user