remove suppression of clippy lint too_many_arguments

This commit is contained in:
Igor Makarov 2019-11-09 11:44:07 +02:00
parent 4a1207caaa
commit b98673fc42

View File

@ -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)]