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