@@ -19,14 +19,6 @@ pub const FILE_OPTIONS: [&str; 4] = ["std", "fs", "File", "options"];
1919pub const FUTURES_IO_ASYNCREADEXT : [ & str ; 3 ] = [ "futures_util" , "io" , "AsyncReadExt" ] ;
2020#[ expect( clippy:: invalid_paths) ] // internal lints do not know about all external crates
2121pub const FUTURES_IO_ASYNCWRITEEXT : [ & str ; 3 ] = [ "futures_util" , "io" , "AsyncWriteExt" ] ;
22- pub const HASHMAP_ITER : [ & str ; 5 ] = [ "std" , "collections" , "hash" , "map" , "Iter" ] ;
23- pub const HASHMAP_ITER_MUT : [ & str ; 5 ] = [ "std" , "collections" , "hash" , "map" , "IterMut" ] ;
24- pub const HASHMAP_KEYS : [ & str ; 5 ] = [ "std" , "collections" , "hash" , "map" , "Keys" ] ;
25- pub const HASHMAP_VALUES : [ & str ; 5 ] = [ "std" , "collections" , "hash" , "map" , "Values" ] ;
26- pub const HASHMAP_DRAIN : [ & str ; 5 ] = [ "std" , "collections" , "hash" , "map" , "Drain" ] ;
27- pub const HASHMAP_VALUES_MUT : [ & str ; 5 ] = [ "std" , "collections" , "hash" , "map" , "ValuesMut" ] ;
28- pub const HASHSET_ITER_TY : [ & str ; 5 ] = [ "std" , "collections" , "hash" , "set" , "Iter" ] ;
29- pub const HASHSET_DRAIN : [ & str ; 5 ] = [ "std" , "collections" , "hash" , "set" , "Drain" ] ;
3022pub const IDENT : [ & str ; 3 ] = [ "rustc_span" , "symbol" , "Ident" ] ;
3123pub const IDENT_AS_STR : [ & str ; 4 ] = [ "rustc_span" , "symbol" , "Ident" , "as_str" ] ;
3224pub const ITERTOOLS_NEXT_TUPLE : [ & str ; 3 ] = [ "itertools" , "Itertools" , "next_tuple" ] ;
0 commit comments