diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2020-06-26 13:57:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-26 13:57:46 -0700 |
| commit | 50026aed2493da03cb0c669497ca489d57c93729 (patch) | |
| tree | dc98d1efab47a24402edc3366eabee19301b74b1 /src | |
| parent | 7926c64642d070fe400dda1a53b4183f415d8445 (diff) | |
| parent | cb152eae2f63cc07e23142452d7e80b24392c284 (diff) | |
| download | rust-50026aed2493da03cb0c669497ca489d57c93729.tar.gz rust-50026aed2493da03cb0c669497ca489d57c93729.zip | |
Rollup merge of #73765 - kraai:remove-blank-line, r=jonas-schievink
Remove blank line
Diffstat (limited to 'src')
| -rw-r--r-- | src/liballoc/raw_vec/tests.rs | 1 |
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 |
