diff options
| author | varkor <github@varkor.com> | 2019-04-22 16:55:33 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2019-04-22 16:57:01 +0100 |
| commit | 7f0f0e31ecceacfc627440216e559b9625378ecc (patch) | |
| tree | f5118141db9b871f0189330959f5524f31301314 /src/test/ui/allocator | |
| parent | c21fbfe7e310b9055ed6b7c46b7d37b831a516e3 (diff) | |
| download | rust-7f0f0e31ecceacfc627440216e559b9625378ecc.tar.gz rust-7f0f0e31ecceacfc627440216e559b9625378ecc.zip | |
Remove double trailing newlines
Diffstat (limited to 'src/test/ui/allocator')
| -rw-r--r-- | src/test/ui/allocator/two-allocators.rs | 1 | ||||
| -rw-r--r-- | src/test/ui/allocator/two-allocators2.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/allocator/two-allocators.rs b/src/test/ui/allocator/two-allocators.rs index c967a45c7b4..10fb03c3930 100644 --- a/src/test/ui/allocator/two-allocators.rs +++ b/src/test/ui/allocator/two-allocators.rs @@ -7,4 +7,3 @@ static B: System = System; //~^ ERROR: cannot define more than one #[global_allocator] fn main() {} - diff --git a/src/test/ui/allocator/two-allocators2.rs b/src/test/ui/allocator/two-allocators2.rs index b7a07cc274e..96da780e4a2 100644 --- a/src/test/ui/allocator/two-allocators2.rs +++ b/src/test/ui/allocator/two-allocators2.rs @@ -10,4 +10,3 @@ use std::alloc::System; static A: System = System; fn main() {} - |
