@@ -29,7 +29,6 @@ pub const HASHSET_ITER_TY: [&str; 5] = ["std", "collections", "hash", "set", "It
2929pub const HASHSET_DRAIN : [ & str ; 5 ] = [ "std" , "collections" , "hash" , "set" , "Drain" ] ;
3030pub const IDENT : [ & str ; 3 ] = [ "rustc_span" , "symbol" , "Ident" ] ;
3131pub const IDENT_AS_STR : [ & str ; 4 ] = [ "rustc_span" , "symbol" , "Ident" , "as_str" ] ;
32- pub const INSERT_STR : [ & str ; 4 ] = [ "alloc" , "string" , "String" , "insert_str" ] ;
3332pub const ITERTOOLS_NEXT_TUPLE : [ & str ; 3 ] = [ "itertools" , "Itertools" , "next_tuple" ] ;
3433pub const KW_MODULE : [ & str ; 3 ] = [ "rustc_span" , "symbol" , "kw" ] ;
3534pub 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
4241pub const PARKING_LOT_RWLOCK_WRITE_GUARD : [ & str ; 3 ] = [ "lock_api" , "rwlock" , "RwLockWriteGuard" ] ;
4342#[ cfg_attr( not( unix) , allow( clippy:: invalid_paths) ) ]
4443pub 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" ] ;
4644pub const REGEX_BUILDER_NEW : [ & str ; 3 ] = [ "regex" , "RegexBuilder" , "new" ] ;
4745pub const REGEX_BYTES_BUILDER_NEW : [ & str ; 4 ] = [ "regex" , "bytes" , "RegexBuilder" , "new" ] ;
4846pub const REGEX_BYTES_NEW : [ & str ; 4 ] = [ "regex" , "bytes" , "Regex" , "new" ] ;
0 commit comments