@@ -14,7 +14,6 @@ pub const APPLICABILITY_VALUES: [[&str; 3]; 4] = [
14
14
pub const DIAG : [ & str ; 2 ] = [ "rustc_errors" , "Diag" ] ;
15
15
pub const EARLY_CONTEXT : [ & str ; 2 ] = [ "rustc_lint" , "EarlyContext" ] ;
16
16
pub const EARLY_LINT_PASS : [ & str ; 3 ] = [ "rustc_lint" , "passes" , "EarlyLintPass" ] ;
17
- pub const FILE_OPTIONS : [ & str ; 4 ] = [ "std" , "fs" , "File" , "options" ] ;
18
17
#[ expect( clippy:: invalid_paths) ] // internal lints do not know about all external crates
19
18
pub const FUTURES_IO_ASYNCREADEXT : [ & str ; 3 ] = [ "futures_util" , "io" , "AsyncReadExt" ] ;
20
19
#[ 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"];
27
26
pub const LATE_LINT_PASS : [ & str ; 3 ] = [ "rustc_lint" , "passes" , "LateLintPass" ] ;
28
27
pub const LINT : [ & str ; 2 ] = [ "rustc_lint_defs" , "Lint" ] ;
29
28
pub const MSRV : [ & str ; 3 ] = [ "clippy_config" , "msrvs" , "Msrv" ] ;
30
- pub const OPEN_OPTIONS_NEW : [ & str ; 4 ] = [ "std" , "fs" , "OpenOptions" , "new" ] ;
31
29
pub const PARKING_LOT_MUTEX_GUARD : [ & str ; 3 ] = [ "lock_api" , "mutex" , "MutexGuard" ] ;
32
30
pub const PARKING_LOT_RWLOCK_READ_GUARD : [ & str ; 3 ] = [ "lock_api" , "rwlock" , "RwLockReadGuard" ] ;
33
31
pub const PARKING_LOT_RWLOCK_WRITE_GUARD : [ & str ; 3 ] = [ "lock_api" , "rwlock" , "RwLockWriteGuard" ] ;
0 commit comments