diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-06-24 14:28:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-24 14:28:33 +0200 |
| commit | 38c85b739314e2b5dedf8ff11feec53463261de4 (patch) | |
| tree | b77bac39c90e9c0259a2d96ead5a4e79614f1ee1 /src/liballoc | |
| parent | 3c90ae8404b6b83bc3cba35840ddf7edd500cc86 (diff) | |
| parent | 9267b4f6120ff137f2ba8649e07ff093c9428340 (diff) | |
| download | rust-38c85b739314e2b5dedf8ff11feec53463261de4.tar.gz rust-38c85b739314e2b5dedf8ff11feec53463261de4.zip | |
Rollup merge of #73638 - yuqio:remove-unused-crate-imports, r=nikomatsakis
Remove unused crate imports in 2018 edition crates Closes #73570
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/collections/vec_deque/tests.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/liballoc/collections/vec_deque/tests.rs b/src/liballoc/collections/vec_deque/tests.rs index fc2ec7908e8..960af4bfda0 100644 --- a/src/liballoc/collections/vec_deque/tests.rs +++ b/src/liballoc/collections/vec_deque/tests.rs @@ -1,7 +1,5 @@ use super::*; -use test; - #[bench] #[cfg_attr(miri, ignore)] // isolated Miri does not support benchmarks fn bench_push_back_100(b: &mut test::Bencher) { |
