From df7cff31dc3288d168ce307c2127edb4e3160616 Mon Sep 17 00:00:00 2001 From: Matthias Krüger Date: Fri, 2 Nov 2018 12:12:14 +0100 Subject: clippy: fix pedantic warnings and run clippy::pedantic lints on the codebase. Turn on pedantic lints in dogfood and base tests. needless_bool: fix clippy::items-after-statements redundant_pattern_matching: fix clippy::similar-names mods.rs: fix clippy::explicit-iter-loop returns.rs: allow clippy::cast-possible-wrap Fixes #3172 --- clippy_dev/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'clippy_dev/src') diff --git a/clippy_dev/src/lib.rs b/clippy_dev/src/lib.rs index 656a271aec9..370b8cf630a 100644 --- a/clippy_dev/src/lib.rs +++ b/clippy_dev/src/lib.rs @@ -8,7 +8,6 @@ // except according to those terms. - #![allow(clippy::default_hash_types)] use itertools::Itertools; -- cgit 1.4.1-3-g733a5