@@ -67,12 +67,12 @@ pub const PATH_TO_PATH_BUF: [&str; 4] = ["std", "path", "Path", "to_path_buf"];
67
67
#[ cfg_attr( not( unix) , allow( clippy:: invalid_paths) ) ]
68
68
pub const PERMISSIONS_FROM_MODE : [ & str ; 6 ] = [ "std" , "os" , "unix" , "fs" , "PermissionsExt" , "from_mode" ] ;
69
69
pub const PUSH_STR : [ & str ; 4 ] = [ "alloc" , "string" , "String" , "push_str" ] ;
70
- pub const REGEX_BUILDER_NEW : [ & str ; 3 ] = [ "regex" , "RegexBuilder" , "new" ] ;
71
- pub const REGEX_BYTES_BUILDER_NEW : [ & str ; 4 ] = [ "regex" , "bytes" , "RegexBuilder" , "new" ] ;
72
- pub const REGEX_BYTES_NEW : [ & str ; 4 ] = [ "regex" , "bytes" , "Regex" , "new" ] ;
73
- pub const REGEX_BYTES_SET_NEW : [ & str ; 4 ] = [ "regex" , "bytes" , "RegexSet" , "new" ] ;
74
- pub const REGEX_NEW : [ & str ; 3 ] = [ "regex" , "Regex" , "new" ] ;
75
- pub const REGEX_SET_NEW : [ & str ; 3 ] = [ "regex" , "RegexSet" , "new" ] ;
70
+ pub const REGEX_BUILDER_NEW : [ & str ; 2 ] = [ "RegexBuilder" , "new" ] ;
71
+ pub const REGEX_BYTES_BUILDER_NEW : [ & str ; 3 ] = [ "bytes" , "RegexBuilder" , "new" ] ;
72
+ pub const REGEX_BYTES_NEW : [ & str ; 3 ] = [ "bytes" , "Regex" , "new" ] ;
73
+ pub const REGEX_BYTES_SET_NEW : [ & str ; 3 ] = [ "bytes" , "RegexSet" , "new" ] ;
74
+ pub const REGEX_NEW : [ & str ; 2 ] = [ "Regex" , "new" ] ;
75
+ pub const REGEX_SET_NEW : [ & str ; 2 ] = [ "RegexSet" , "new" ] ;
76
76
pub const SERDE_DESERIALIZE : [ & str ; 3 ] = [ "serde" , "de" , "Deserialize" ] ;
77
77
pub const SERDE_DE_VISITOR : [ & str ; 3 ] = [ "serde" , "de" , "Visitor" ] ;
78
78
pub const SLICE_INTO_VEC : [ & str ; 4 ] = [ "alloc" , "slice" , "<impl [T]>" , "into_vec" ] ;
0 commit comments