@@ -1005,6 +1005,7 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
1005
1005
LintId :: of( & matches:: WILDCARD_ENUM_MATCH_ARM ) ,
1006
1006
LintId :: of( & mem_forget:: MEM_FORGET ) ,
1007
1007
LintId :: of( & methods:: CLONE_ON_REF_PTR ) ,
1008
+ LintId :: of( & methods:: FILETYPE_IS_FILE ) ,
1008
1009
LintId :: of( & methods:: GET_UNWRAP ) ,
1009
1010
LintId :: of( & methods:: OPTION_EXPECT_USED ) ,
1010
1011
LintId :: of( & methods:: OPTION_UNWRAP_USED ) ,
@@ -1198,7 +1199,6 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
1198
1199
LintId :: of( & methods:: CLONE_DOUBLE_REF ) ,
1199
1200
LintId :: of( & methods:: CLONE_ON_COPY ) ,
1200
1201
LintId :: of( & methods:: EXPECT_FUN_CALL ) ,
1201
- LintId :: of( & methods:: FILETYPE_IS_FILE ) ,
1202
1202
LintId :: of( & methods:: FILTER_NEXT ) ,
1203
1203
LintId :: of( & methods:: FLAT_MAP_IDENTITY ) ,
1204
1204
LintId :: of( & methods:: INEFFICIENT_TO_STRING ) ,
@@ -1383,7 +1383,6 @@ pub fn register_plugins(store: &mut lint::LintStore, sess: &Session, conf: &Conf
1383
1383
LintId :: of( & mem_replace:: MEM_REPLACE_OPTION_WITH_NONE ) ,
1384
1384
LintId :: of( & mem_replace:: MEM_REPLACE_WITH_DEFAULT ) ,
1385
1385
LintId :: of( & methods:: CHARS_LAST_CMP ) ,
1386
- LintId :: of( & methods:: FILETYPE_IS_FILE ) ,
1387
1386
LintId :: of( & methods:: INTO_ITER_ON_REF ) ,
1388
1387
LintId :: of( & methods:: ITER_CLONED_COLLECT ) ,
1389
1388
LintId :: of( & methods:: ITER_NTH_ZERO ) ,
0 commit comments