@@ -1132,6 +1132,7 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1132
1132
LintId :: of( methods:: INEFFICIENT_TO_STRING ) ,
1133
1133
LintId :: of( methods:: MAP_FLATTEN ) ,
1134
1134
LintId :: of( methods:: MAP_UNWRAP_OR ) ,
1135
+ LintId :: of( misc:: FLOAT_CMP ) ,
1135
1136
LintId :: of( misc:: USED_UNDERSCORE_BINDING ) ,
1136
1137
LintId :: of( misc_early:: UNSEPARATED_LITERAL_SUFFIX ) ,
1137
1138
LintId :: of( mut_mut:: MUT_MUT ) ,
@@ -1365,7 +1366,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1365
1366
LintId :: of( minmax:: MIN_MAX ) ,
1366
1367
LintId :: of( misc:: CMP_NAN ) ,
1367
1368
LintId :: of( misc:: CMP_OWNED ) ,
1368
- LintId :: of( misc:: FLOAT_CMP ) ,
1369
1369
LintId :: of( misc:: MODULO_ONE ) ,
1370
1370
LintId :: of( misc:: SHORT_CIRCUIT_STATEMENT ) ,
1371
1371
LintId :: of( misc:: TOPLEVEL_REF_ARG ) ,
@@ -1729,7 +1729,6 @@ pub fn register_plugins(store: &mut rustc_lint::LintStore, sess: &Session, conf:
1729
1729
LintId :: of( methods:: ZST_OFFSET ) ,
1730
1730
LintId :: of( minmax:: MIN_MAX ) ,
1731
1731
LintId :: of( misc:: CMP_NAN ) ,
1732
- LintId :: of( misc:: FLOAT_CMP ) ,
1733
1732
LintId :: of( misc:: MODULO_ONE ) ,
1734
1733
LintId :: of( non_octal_unix_permissions:: NON_OCTAL_UNIX_PERMISSIONS ) ,
1735
1734
LintId :: of( open_options:: NONSENSICAL_OPEN_OPTIONS ) ,
0 commit comments