@@ -29,7 +29,6 @@ pub const HASHSET_ITER_TY: [&str; 5] = ["std", "collections", "hash", "set", "It
29
29
pub const HASHSET_DRAIN : [ & str ; 5 ] = [ "std" , "collections" , "hash" , "set" , "Drain" ] ;
30
30
pub const IDENT : [ & str ; 3 ] = [ "rustc_span" , "symbol" , "Ident" ] ;
31
31
pub const IDENT_AS_STR : [ & str ; 4 ] = [ "rustc_span" , "symbol" , "Ident" , "as_str" ] ;
32
- pub const INSERT_STR : [ & str ; 4 ] = [ "alloc" , "string" , "String" , "insert_str" ] ;
33
32
pub const ITERTOOLS_NEXT_TUPLE : [ & str ; 3 ] = [ "itertools" , "Itertools" , "next_tuple" ] ;
34
33
pub const KW_MODULE : [ & str ; 3 ] = [ "rustc_span" , "symbol" , "kw" ] ;
35
34
pub const LATE_CONTEXT : [ & str ; 2 ] = [ "rustc_lint" , "LateContext" ] ;
@@ -42,7 +41,6 @@ pub const PARKING_LOT_RWLOCK_READ_GUARD: [&str; 3] = ["lock_api", "rwlock", "RwL
42
41
pub const PARKING_LOT_RWLOCK_WRITE_GUARD : [ & str ; 3 ] = [ "lock_api" , "rwlock" , "RwLockWriteGuard" ] ;
43
42
#[ cfg_attr( not( unix) , allow( clippy:: invalid_paths) ) ]
44
43
pub const PERMISSIONS_FROM_MODE : [ & str ; 6 ] = [ "std" , "os" , "unix" , "fs" , "PermissionsExt" , "from_mode" ] ;
45
- pub const PUSH_STR : [ & str ; 4 ] = [ "alloc" , "string" , "String" , "push_str" ] ;
46
44
pub const REGEX_BUILDER_NEW : [ & str ; 3 ] = [ "regex" , "RegexBuilder" , "new" ] ;
47
45
pub const REGEX_BYTES_BUILDER_NEW : [ & str ; 4 ] = [ "regex" , "bytes" , "RegexBuilder" , "new" ] ;
48
46
pub const REGEX_BYTES_NEW : [ & str ; 4 ] = [ "regex" , "bytes" , "Regex" , "new" ] ;
0 commit comments