@@ -37,7 +37,6 @@ pub const HASHMAP_ENTRY: [&str; 5] = ["std", "collections", "hash", "map", "Entr
3737pub const HASHSET : [ & str ; 5 ] = [ "std" , "collections" , "hash" , "set" , "HashSet" ] ;
3838pub const INDEX : [ & str ; 3 ] = [ "core" , "ops" , "Index" ] ;
3939pub const INDEX_MUT : [ & str ; 3 ] = [ "core" , "ops" , "IndexMut" ] ;
40- pub const INIT : [ & str ; 4 ] = [ "core" , "intrinsics" , "" , "init" ] ;
4140pub const INTO : [ & str ; 3 ] = [ "core" , "convert" , "Into" ] ;
4241pub const INTO_ITERATOR : [ & str ; 5 ] = [ "core" , "iter" , "traits" , "collect" , "IntoIterator" ] ;
4342pub const IO_READ : [ & str ; 3 ] = [ "std" , "io" , "Read" ] ;
@@ -50,8 +49,6 @@ pub const LINT_PASS: [&str; 3] = ["rustc", "lint", "LintPass"];
5049pub const MEM_DISCRIMINANT : [ & str ; 3 ] = [ "core" , "mem" , "discriminant" ] ;
5150pub const MEM_FORGET : [ & str ; 3 ] = [ "core" , "mem" , "forget" ] ;
5251pub 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" ] ;
5552pub const MUTEX : [ & str ; 4 ] = [ "std" , "sync" , "mutex" , "Mutex" ] ;
5653pub const OPEN_OPTIONS : [ & str ; 3 ] = [ "std" , "fs" , "OpenOptions" ] ;
5754pub const OPS_MODULE : [ & str ; 2 ] = [ "core" , "ops" ] ;
@@ -109,7 +106,6 @@ pub const TO_STRING_METHOD: [&str; 4] = ["alloc", "string", "ToString", "to_stri
109106pub const TRANSMUTE : [ & str ; 4 ] = [ "core" , "intrinsics" , "" , "transmute" ] ;
110107pub const TRY_FROM_ERROR : [ & str ; 4 ] = [ "std" , "ops" , "Try" , "from_error" ] ;
111108pub const TRY_INTO_RESULT : [ & str ; 4 ] = [ "std" , "ops" , "Try" , "into_result" ] ;
112- pub const UNINIT : [ & str ; 4 ] = [ "core" , "intrinsics" , "" , "uninit" ] ;
113109pub const VEC : [ & str ; 3 ] = [ "alloc" , "vec" , "Vec" ] ;
114110pub const VEC_DEQUE : [ & str ; 4 ] = [ "alloc" , "collections" , "vec_deque" , "VecDeque" ] ;
115111pub const VEC_FROM_ELEM : [ & str ; 3 ] = [ "alloc" , "vec" , "from_elem" ] ;
0 commit comments