@@ -998,6 +998,7 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
998
998
LintId :: of( & matches:: WILDCARD_ENUM_MATCH_ARM ) ,
999
999
LintId :: of( & mem_forget:: MEM_FORGET ) ,
1000
1000
LintId :: of( & methods:: CLONE_ON_REF_PTR ) ,
1001
+ LintId :: of( & methods:: FILETYPE_IS_FILE ) ,
1001
1002
LintId :: of( & methods:: GET_UNWRAP ) ,
1002
1003
LintId :: of( & methods:: OPTION_EXPECT_USED ) ,
1003
1004
LintId :: of( & methods:: OPTION_UNWRAP_USED ) ,
@@ -1189,7 +1190,6 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
1189
1190
LintId :: of( & methods:: CLONE_DOUBLE_REF ) ,
1190
1191
LintId :: of( & methods:: CLONE_ON_COPY ) ,
1191
1192
LintId :: of( & methods:: EXPECT_FUN_CALL ) ,
1192
- LintId :: of( & methods:: FILETYPE_IS_FILE ) ,
1193
1193
LintId :: of( & methods:: FILTER_NEXT ) ,
1194
1194
LintId :: of( & methods:: FLAT_MAP_IDENTITY ) ,
1195
1195
LintId :: of( & methods:: INEFFICIENT_TO_STRING ) ,
@@ -1372,7 +1372,6 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
1372
1372
LintId :: of( & matches:: SINGLE_MATCH ) ,
1373
1373
LintId :: of( & mem_replace:: MEM_REPLACE_OPTION_WITH_NONE ) ,
1374
1374
LintId :: of( & methods:: CHARS_LAST_CMP ) ,
1375
- LintId :: of( & methods:: FILETYPE_IS_FILE ) ,
1376
1375
LintId :: of( & methods:: INTO_ITER_ON_REF ) ,
1377
1376
LintId :: of( & methods:: ITER_CLONED_COLLECT ) ,
1378
1377
LintId :: of( & methods:: ITER_SKIP_NEXT ) ,
0 commit comments