@@ -14,7 +14,6 @@ pub const APPLICABILITY_VALUES: [[&str; 3]; 4] = [
1414pub const DIAG : [ & str ; 2 ] = [ "rustc_errors" , "Diag" ] ;
1515pub const EARLY_CONTEXT : [ & str ; 2 ] = [ "rustc_lint" , "EarlyContext" ] ;
1616pub const EARLY_LINT_PASS : [ & str ; 3 ] = [ "rustc_lint" , "passes" , "EarlyLintPass" ] ;
17- pub const FILE_OPTIONS : [ & str ; 4 ] = [ "std" , "fs" , "File" , "options" ] ;
1817#[ expect( clippy:: invalid_paths) ] // internal lints do not know about all external crates
1918pub const FUTURES_IO_ASYNCREADEXT : [ & str ; 3 ] = [ "futures_util" , "io" , "AsyncReadExt" ] ;
2019#[ expect( clippy:: invalid_paths) ] // internal lints do not know about all external crates
@@ -27,7 +26,6 @@ pub const LATE_CONTEXT: [&str; 2] = ["rustc_lint", "LateContext"];
2726pub const LATE_LINT_PASS : [ & str ; 3 ] = [ "rustc_lint" , "passes" , "LateLintPass" ] ;
2827pub const LINT : [ & str ; 2 ] = [ "rustc_lint_defs" , "Lint" ] ;
2928pub const MSRV : [ & str ; 3 ] = [ "clippy_config" , "msrvs" , "Msrv" ] ;
30- pub const OPEN_OPTIONS_NEW : [ & str ; 4 ] = [ "std" , "fs" , "OpenOptions" , "new" ] ;
3129pub const PARKING_LOT_MUTEX_GUARD : [ & str ; 3 ] = [ "lock_api" , "mutex" , "MutexGuard" ] ;
3230pub const PARKING_LOT_RWLOCK_READ_GUARD : [ & str ; 3 ] = [ "lock_api" , "rwlock" , "RwLockReadGuard" ] ;
3331pub const PARKING_LOT_RWLOCK_WRITE_GUARD : [ & str ; 3 ] = [ "lock_api" , "rwlock" , "RwLockWriteGuard" ] ;
0 commit comments