about summary refs log tree commit diff
path: root/clippy_dev
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2018-11-02 12:12:14 +0100
committerMatthias Krüger <matthias.krueger@famsik.de>2018-11-02 12:16:43 +0100
commitdf7cff31dc3288d168ce307c2127edb4e3160616 (patch)
treeef851274b02b4611639fb408ca8261a52f41eeb1 /clippy_dev
parent7c86a9c05c576211932da47c1c3d89ccc925b3da (diff)
downloadrust-df7cff31dc3288d168ce307c2127edb4e3160616.tar.gz
rust-df7cff31dc3288d168ce307c2127edb4e3160616.zip
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
Diffstat (limited to 'clippy_dev')
-rw-r--r--clippy_dev/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
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;