about summary refs log tree commit diff
path: root/src/liballoc/raw_vec
diff options
context:
space:
mode:
authorKRAAI, MATTHEW [VISUS] <mkraai@its.jnj.com>2020-06-26 06:22:35 -0700
committerKRAAI, MATTHEW [VISUS] <mkraai@its.jnj.com>2020-06-26 06:22:35 -0700
commitcb152eae2f63cc07e23142452d7e80b24392c284 (patch)
treec5439a1ae679005a70d8ebf22c88738c519164e8 /src/liballoc/raw_vec
parente093b6525079cb71d4158f97480ac6f6ce311eac (diff)
downloadrust-cb152eae2f63cc07e23142452d7e80b24392c284.tar.gz
rust-cb152eae2f63cc07e23142452d7e80b24392c284.zip
Remove blank line
Diffstat (limited to 'src/liballoc/raw_vec')
-rw-r--r--src/liballoc/raw_vec/tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/raw_vec/tests.rs b/src/liballoc/raw_vec/tests.rs
index 6418c4a9823..5408faa079c 100644
--- a/src/liballoc/raw_vec/tests.rs
+++ b/src/liballoc/raw_vec/tests.rs
@@ -12,7 +12,6 @@ fn allocator_param() {
     //
     // Instead, this just checks that the `RawVec` methods do at
     // least go through the Allocator API when it reserves
-
     // storage.
 
     // A dumb allocator that consumes a fixed amount of fuel