diff options
| author | Xuanwo <github@xuanwo.io> | 2021-08-16 13:45:18 +0800 |
|---|---|---|
| committer | Xuanwo <github@xuanwo.io> | 2021-08-16 13:45:34 +0800 |
| commit | e32f4c06d34ecb4b55b678bbff35d8a77f81cf16 (patch) | |
| tree | 208a2e5acab4c6ae5f091ffbec46eececb6ecafe /library/alloc/src | |
| parent | b4b495e48e8f42c22090dfadfe9b9b51317ccf02 (diff) | |
| download | rust-e32f4c06d34ecb4b55b678bbff35d8a77f81cf16.tar.gz rust-e32f4c06d34ecb4b55b678bbff35d8a77f81cf16.zip | |
Remove extra empty lines
Signed-off-by: Xuanwo <github@xuanwo.io>
Diffstat (limited to 'library/alloc/src')
| -rw-r--r-- | library/alloc/src/collections/vec_deque/tests.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/alloc/src/collections/vec_deque/tests.rs b/library/alloc/src/collections/vec_deque/tests.rs index bf1c73eb078..56257e43462 100644 --- a/library/alloc/src/collections/vec_deque/tests.rs +++ b/library/alloc/src/collections/vec_deque/tests.rs @@ -87,8 +87,6 @@ fn bench_pop_front_100(b: &mut test::Bencher) { }) } - - #[test] fn test_swap_front_back_remove() { fn test(back: bool) { |
