Replace multiple trailing newlines with a single trailing newline

Sorry I didn’t get this in the last PR (#28864), I hadn’t thought of it.
This commit is contained in:
Carlos Liam 2015-10-06 13:06:39 -04:00
parent 3967e1c940
commit aba267fd0d
4 changed files with 0 additions and 13 deletions

View File

@ -64,4 +64,3 @@ does in fact live as long as we needed. However it was *changed* while we had
a reference into it. This is why Rust requires any references to freeze the
referent and its owners.

View File

@ -236,13 +236,3 @@ complicated.
Luckily, Rust offers a feature, borrowing, which helps us solve this problem.
Its the topic of the next section!

View File

@ -138,4 +138,3 @@ mod arch {
}
}

View File

@ -17,4 +17,3 @@ fn main() {
//~^ ERROR mutating transmuted &mut T from &T may cause undefined behavior
}