@@ -73,15 +73,13 @@ pub const REGEX_NEW: [&str; 3] = ["regex", "Regex", "new"];
73
73
pub const REGEX_SET_NEW : [ & str ; 3 ] = [ "regex" , "RegexSet" , "new" ] ;
74
74
pub const SERDE_DESERIALIZE : [ & str ; 3 ] = [ "serde" , "de" , "Deserialize" ] ;
75
75
pub const SERDE_DE_VISITOR : [ & str ; 3 ] = [ "serde" , "de" , "Visitor" ] ;
76
- pub const SLICE_GET : [ & str ; 4 ] = [ "core" , "slice" , "<impl [T]>" , "get" ] ;
77
76
pub const SLICE_INTO_VEC : [ & str ; 4 ] = [ "alloc" , "slice" , "<impl [T]>" , "into_vec" ] ;
78
77
pub const SLICE_INTO : [ & str ; 4 ] = [ "core" , "slice" , "<impl [T]>" , "iter" ] ;
79
78
pub const STD_IO_SEEK_FROM_CURRENT : [ & str ; 4 ] = [ "std" , "io" , "SeekFrom" , "Current" ] ;
80
79
pub const STD_IO_SEEKFROM_START : [ & str ; 4 ] = [ "std" , "io" , "SeekFrom" , "Start" ] ;
81
80
pub const STRING_AS_MUT_STR : [ & str ; 4 ] = [ "alloc" , "string" , "String" , "as_mut_str" ] ;
82
81
pub const STRING_AS_STR : [ & str ; 4 ] = [ "alloc" , "string" , "String" , "as_str" ] ;
83
82
pub const STRING_NEW : [ & str ; 4 ] = [ "alloc" , "string" , "String" , "new" ] ;
84
- pub const STR_BYTES : [ & str ; 4 ] = [ "core" , "str" , "<impl str>" , "bytes" ] ;
85
83
pub const STR_CHARS : [ & str ; 4 ] = [ "core" , "str" , "<impl str>" , "chars" ] ;
86
84
pub const STR_ENDS_WITH : [ & str ; 4 ] = [ "core" , "str" , "<impl str>" , "ends_with" ] ;
87
85
pub const STR_LEN : [ & str ; 4 ] = [ "core" , "str" , "<impl str>" , "len" ] ;
0 commit comments