]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/lib.rs
ran update
[rust.git] / clippy_lints / src / lib.rs
index 4fe9f0b25beacd4a748d6a430757894b8b0e8f8e..12cf1a68568bc0e3101809624c2d659824751b91 100644 (file)
@@ -406,8 +406,8 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry) {
         no_effect::NO_EFFECT,
         no_effect::UNNECESSARY_OPERATION,
         non_expressive_names::MANY_SINGLE_CHAR_NAMES,
-        open_options::NONSENSICAL_OPEN_OPTIONS,
         ok_if_let::IF_LET_SOME_RESULT,
+        open_options::NONSENSICAL_OPEN_OPTIONS,
         overflow_check_conditional::OVERFLOW_CHECK_CONDITIONAL,
         panic::PANIC_PARAMS,
         precedence::PRECEDENCE,