]> git.lizzy.rs Git - rust.git/commitdiff
update_lints.sh has a different opinion on ordering things
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 1 Aug 2017 08:18:56 +0000 (10:18 +0200)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 1 Aug 2017 08:18:56 +0000 (10:18 +0200)
clippy_lints/src/lib.rs

index 425fb4670b27849607f79f0ebd6b9bad42e2e2f2..c223de8ebfd0fa3d23b4c78145b57f2474e8976e 100644 (file)
@@ -420,9 +420,9 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry) {
         let_if_seq::USELESS_LET_IF_SEQ,
         lifetimes::NEEDLESS_LIFETIMES,
         lifetimes::UNUSED_LIFETIMES,
-        literal_digit_grouping::UNREADABLE_LITERAL,
         literal_digit_grouping::INCONSISTENT_DIGIT_GROUPING,
         literal_digit_grouping::LARGE_DIGIT_GROUPS,
+        literal_digit_grouping::UNREADABLE_LITERAL,
         loops::EMPTY_LOOP,
         loops::EXPLICIT_COUNTER_LOOP,
         loops::EXPLICIT_INTO_ITER_LOOP,