@@ -37,12 +37,10 @@ pub const LATE_LINT_PASS: [&str; 3] = ["rustc_lint", "passes", "LateLintPass"];
37
37
pub const LINT : [ & str ; 2 ] = [ "rustc_lint_defs" , "Lint" ] ;
38
38
pub const MSRV : [ & str ; 3 ] = [ "clippy_config" , "msrvs" , "Msrv" ] ;
39
39
pub const OPEN_OPTIONS_NEW : [ & str ; 4 ] = [ "std" , "fs" , "OpenOptions" , "new" ] ;
40
- pub const OS_STR_TO_OS_STRING : [ & str ; 5 ] = [ "std" , "ffi" , "os_str" , "OsStr" , "to_os_string" ] ;
41
40
pub const PARKING_LOT_MUTEX_GUARD : [ & str ; 3 ] = [ "lock_api" , "mutex" , "MutexGuard" ] ;
42
41
pub const PARKING_LOT_RWLOCK_READ_GUARD : [ & str ; 3 ] = [ "lock_api" , "rwlock" , "RwLockReadGuard" ] ;
43
42
pub const PARKING_LOT_RWLOCK_WRITE_GUARD : [ & str ; 3 ] = [ "lock_api" , "rwlock" , "RwLockWriteGuard" ] ;
44
43
pub const PATH_MAIN_SEPARATOR : [ & str ; 3 ] = [ "std" , "path" , "MAIN_SEPARATOR" ] ;
45
- pub const PATH_TO_PATH_BUF : [ & str ; 4 ] = [ "std" , "path" , "Path" , "to_path_buf" ] ;
46
44
#[ cfg_attr( not( unix) , allow( clippy:: invalid_paths) ) ]
47
45
pub const PERMISSIONS_FROM_MODE : [ & str ; 6 ] = [ "std" , "os" , "unix" , "fs" , "PermissionsExt" , "from_mode" ] ;
48
46
pub const PUSH_STR : [ & str ; 4 ] = [ "alloc" , "string" , "String" , "push_str" ] ;
0 commit comments