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:
parent
3967e1c940
commit
aba267fd0d
4 changed files with 0 additions and 13 deletions
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -236,13 +236,3 @@ complicated.
|
|||
Luckily, Rust offers a feature, borrowing, which helps us solve this problem.
|
||||
It’s the topic of the next section!
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -138,4 +138,3 @@ mod arch {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -17,4 +17,3 @@ fn main() {
|
|||
//~^ ERROR mutating transmuted &mut T from &T may cause undefined behavior
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue