@@ -99,7 +99,6 @@ pub(super) const PANIC_ANY: [&str; 3] = ["std", "panic", "panic_any"];
99
99
pub const PARKING_LOT_MUTEX_GUARD : [ & str ; 2 ] = [ "parking_lot" , "MutexGuard" ] ;
100
100
pub const PARKING_LOT_RWLOCK_READ_GUARD : [ & str ; 2 ] = [ "parking_lot" , "RwLockReadGuard" ] ;
101
101
pub const PARKING_LOT_RWLOCK_WRITE_GUARD : [ & str ; 2 ] = [ "parking_lot" , "RwLockWriteGuard" ] ;
102
- pub const PATH : [ & str ; 3 ] = [ "std" , "path" , "Path" ] ;
103
102
pub const PATH_BUF : [ & str ; 3 ] = [ "std" , "path" , "PathBuf" ] ;
104
103
pub const PATH_BUF_AS_PATH : [ & str ; 4 ] = [ "std" , "path" , "PathBuf" , "as_path" ] ;
105
104
pub const PATH_TO_PATH_BUF : [ & str ; 4 ] = [ "std" , "path" , "Path" , "to_path_buf" ] ;
@@ -116,7 +115,6 @@ pub const PUSH_STR: [&str; 4] = ["alloc", "string", "String", "push_str"];
116
115
pub const RANGE_ARGUMENT_TRAIT : [ & str ; 3 ] = [ "core" , "ops" , "RangeBounds" ] ;
117
116
pub const RC : [ & str ; 3 ] = [ "alloc" , "rc" , "Rc" ] ;
118
117
pub const RC_PTR_EQ : [ & str ; 4 ] = [ "alloc" , "rc" , "Rc" , "ptr_eq" ] ;
119
- pub const RECEIVER : [ & str ; 4 ] = [ "std" , "sync" , "mpsc" , "Receiver" ] ;
120
118
pub const REFCELL_REF : [ & str ; 3 ] = [ "core" , "cell" , "Ref" ] ;
121
119
pub const REFCELL_REFMUT : [ & str ; 3 ] = [ "core" , "cell" , "RefMut" ] ;
122
120
pub const REGEX_BUILDER_NEW : [ & str ; 5 ] = [ "regex" , "re_builder" , "unicode" , "RegexBuilder" , "new" ] ;
0 commit comments