@@ -73,15 +73,13 @@ pub const REGEX_NEW: [&str; 3] = ["regex", "Regex", "new"];
7373pub const REGEX_SET_NEW : [ & str ; 3 ] = [ "regex" , "RegexSet" , "new" ] ;
7474pub const SERDE_DESERIALIZE : [ & str ; 3 ] = [ "serde" , "de" , "Deserialize" ] ;
7575pub const SERDE_DE_VISITOR : [ & str ; 3 ] = [ "serde" , "de" , "Visitor" ] ;
76- pub const SLICE_GET : [ & str ; 4 ] = [ "core" , "slice" , "<impl [T]>" , "get" ] ;
7776pub const SLICE_INTO_VEC : [ & str ; 4 ] = [ "alloc" , "slice" , "<impl [T]>" , "into_vec" ] ;
7877pub const SLICE_INTO : [ & str ; 4 ] = [ "core" , "slice" , "<impl [T]>" , "iter" ] ;
7978pub const STD_IO_SEEK_FROM_CURRENT : [ & str ; 4 ] = [ "std" , "io" , "SeekFrom" , "Current" ] ;
8079pub const STD_IO_SEEKFROM_START : [ & str ; 4 ] = [ "std" , "io" , "SeekFrom" , "Start" ] ;
8180pub const STRING_AS_MUT_STR : [ & str ; 4 ] = [ "alloc" , "string" , "String" , "as_mut_str" ] ;
8281pub const STRING_AS_STR : [ & str ; 4 ] = [ "alloc" , "string" , "String" , "as_str" ] ;
8382pub const STRING_NEW : [ & str ; 4 ] = [ "alloc" , "string" , "String" , "new" ] ;
84- pub const STR_BYTES : [ & str ; 4 ] = [ "core" , "str" , "<impl str>" , "bytes" ] ;
8583pub const STR_CHARS : [ & str ; 4 ] = [ "core" , "str" , "<impl str>" , "chars" ] ;
8684pub const STR_ENDS_WITH : [ & str ; 4 ] = [ "core" , "str" , "<impl str>" , "ends_with" ] ;
8785pub const STR_LEN : [ & str ; 4 ] = [ "core" , "str" , "<impl str>" , "len" ] ;
0 commit comments