rust/library/alloc/benches
surechen 40ae34194c remove redundant imports
detects redundant imports that can be eliminated.

for #117772 :

In order to facilitate review and modification, split the checking code and
removing redundant imports code into two PR.
2023-12-10 10:56:22 +08:00
..
btree remove redundant imports 2023-12-10 10:56:22 +08:00
binary_heap.rs Avoid use of rand::thread_rng in stdlib benchmarks 2022-05-02 00:08:21 -07:00
lib.rs s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList 2023-06-14 09:28:54 +02:00
linked_list.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
slice.rs Update rand in the stdlib tests, and remove the getrandom feature from it 2023-01-04 14:52:41 -08:00
str.rs remove redundant imports 2023-12-10 10:56:22 +08:00
string.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
vec.rs Split Vec::dedup_by into 2 cycles 2023-12-05 21:01:00 +01:00
vec_deque.rs remove redundant imports 2023-12-10 10:56:22 +08:00
vec_deque_append.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00