@@ -37,12 +37,10 @@ pub const LATE_LINT_PASS: [&str; 3] = ["rustc_lint", "passes", "LateLintPass"];
3737pub const LINT : [ & str ; 2 ] = [ "rustc_lint_defs" , "Lint" ] ;
3838pub const MSRV : [ & str ; 3 ] = [ "clippy_config" , "msrvs" , "Msrv" ] ;
3939pub 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" ] ;
4140pub const PARKING_LOT_MUTEX_GUARD : [ & str ; 3 ] = [ "lock_api" , "mutex" , "MutexGuard" ] ;
4241pub const PARKING_LOT_RWLOCK_READ_GUARD : [ & str ; 3 ] = [ "lock_api" , "rwlock" , "RwLockReadGuard" ] ;
4342pub const PARKING_LOT_RWLOCK_WRITE_GUARD : [ & str ; 3 ] = [ "lock_api" , "rwlock" , "RwLockWriteGuard" ] ;
4443pub 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" ] ;
4644#[ cfg_attr( not( unix) , allow( clippy:: invalid_paths) ) ]
4745pub const PERMISSIONS_FROM_MODE : [ & str ; 6 ] = [ "std" , "os" , "unix" , "fs" , "PermissionsExt" , "from_mode" ] ;
4846pub const PUSH_STR : [ & str ; 4 ] = [ "alloc" , "string" , "String" , "push_str" ] ;
0 commit comments