@@ -37,7 +37,6 @@ pub const HASHMAP_ENTRY: [&str; 5] = ["std", "collections", "hash", "map", "Entr
37
37
pub const HASHSET : [ & str ; 5 ] = [ "std" , "collections" , "hash" , "set" , "HashSet" ] ;
38
38
pub const INDEX : [ & str ; 3 ] = [ "core" , "ops" , "Index" ] ;
39
39
pub const INDEX_MUT : [ & str ; 3 ] = [ "core" , "ops" , "IndexMut" ] ;
40
- pub const INIT : [ & str ; 4 ] = [ "core" , "intrinsics" , "" , "init" ] ;
41
40
pub const INTO : [ & str ; 3 ] = [ "core" , "convert" , "Into" ] ;
42
41
pub const INTO_ITERATOR : [ & str ; 5 ] = [ "core" , "iter" , "traits" , "collect" , "IntoIterator" ] ;
43
42
pub const IO_READ : [ & str ; 3 ] = [ "std" , "io" , "Read" ] ;
@@ -50,8 +49,6 @@ pub const LINT_PASS: [&str; 3] = ["rustc", "lint", "LintPass"];
50
49
pub const MEM_DISCRIMINANT : [ & str ; 3 ] = [ "core" , "mem" , "discriminant" ] ;
51
50
pub const MEM_FORGET : [ & str ; 3 ] = [ "core" , "mem" , "forget" ] ;
52
51
pub const MEM_REPLACE : [ & str ; 3 ] = [ "core" , "mem" , "replace" ] ;
53
- pub const MEM_UNINIT : [ & str ; 3 ] = [ "core" , "mem" , "uninitialized" ] ;
54
- pub const MEM_ZEROED : [ & str ; 3 ] = [ "core" , "mem" , "zeroed" ] ;
55
52
pub const MUTEX : [ & str ; 4 ] = [ "std" , "sync" , "mutex" , "Mutex" ] ;
56
53
pub const OPEN_OPTIONS : [ & str ; 3 ] = [ "std" , "fs" , "OpenOptions" ] ;
57
54
pub const OPS_MODULE : [ & str ; 2 ] = [ "core" , "ops" ] ;
@@ -109,7 +106,6 @@ pub const TO_STRING_METHOD: [&str; 4] = ["alloc", "string", "ToString", "to_stri
109
106
pub const TRANSMUTE : [ & str ; 4 ] = [ "core" , "intrinsics" , "" , "transmute" ] ;
110
107
pub const TRY_FROM_ERROR : [ & str ; 4 ] = [ "std" , "ops" , "Try" , "from_error" ] ;
111
108
pub const TRY_INTO_RESULT : [ & str ; 4 ] = [ "std" , "ops" , "Try" , "into_result" ] ;
112
- pub const UNINIT : [ & str ; 4 ] = [ "core" , "intrinsics" , "" , "uninit" ] ;
113
109
pub const VEC : [ & str ; 3 ] = [ "alloc" , "vec" , "Vec" ] ;
114
110
pub const VEC_DEQUE : [ & str ; 4 ] = [ "alloc" , "collections" , "vec_deque" , "VecDeque" ] ;
115
111
pub const VEC_FROM_ELEM : [ & str ; 3 ] = [ "alloc" , "vec" , "from_elem" ] ;
0 commit comments