about summary refs log tree commit diff
path: root/library/alloc/src
diff options
context:
space:
mode:
authorXuanwo <github@xuanwo.io>2021-08-16 13:45:18 +0800
committerXuanwo <github@xuanwo.io>2021-08-16 13:45:34 +0800
commite32f4c06d34ecb4b55b678bbff35d8a77f81cf16 (patch)
tree208a2e5acab4c6ae5f091ffbec46eececb6ecafe /library/alloc/src
parentb4b495e48e8f42c22090dfadfe9b9b51317ccf02 (diff)
downloadrust-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.rs2
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) {