@@ -15,7 +15,6 @@ pub const APPLICABILITY_VALUES: [[&str; 3]; 4] = [
15
15
] ;
16
16
#[ cfg( feature = "internal" ) ]
17
17
pub const DIAGNOSTIC_BUILDER : [ & str ; 3 ] = [ "rustc_errors" , "diagnostic_builder" , "DiagnosticBuilder" ] ;
18
- pub const ARC_PTR_EQ : [ & str ; 4 ] = [ "alloc" , "sync" , "Arc" , "ptr_eq" ] ;
19
18
pub const BTREEMAP_CONTAINS_KEY : [ & str ; 6 ] = [ "alloc" , "collections" , "btree" , "map" , "BTreeMap" , "contains_key" ] ;
20
19
pub const BTREEMAP_INSERT : [ & str ; 6 ] = [ "alloc" , "collections" , "btree" , "map" , "BTreeMap" , "insert" ] ;
21
20
pub const BTREESET_ITER : [ & str ; 6 ] = [ "alloc" , "collections" , "btree" , "set" , "BTreeSet" , "iter" ] ;
@@ -93,7 +92,6 @@ pub const PTR_WRITE_UNALIGNED: [&str; 3] = ["core", "ptr", "write_unaligned"];
93
92
pub const PTR_WRITE_VOLATILE : [ & str ; 3 ] = [ "core" , "ptr" , "write_volatile" ] ;
94
93
pub const PUSH_STR : [ & str ; 4 ] = [ "alloc" , "string" , "String" , "push_str" ] ;
95
94
pub const RANGE_ARGUMENT_TRAIT : [ & str ; 3 ] = [ "core" , "ops" , "RangeBounds" ] ;
96
- pub const RC_PTR_EQ : [ & str ; 4 ] = [ "alloc" , "rc" , "Rc" , "ptr_eq" ] ;
97
95
pub const REFCELL_REF : [ & str ; 3 ] = [ "core" , "cell" , "Ref" ] ;
98
96
pub const REFCELL_REFMUT : [ & str ; 3 ] = [ "core" , "cell" , "RefMut" ] ;
99
97
pub const REGEX_BUILDER_NEW : [ & str ; 5 ] = [ "regex" , "re_builder" , "unicode" , "RegexBuilder" , "new" ] ;
0 commit comments