Skip to content

Commit aba267f

Browse files
author
Carlos Liam
committed
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.
1 parent 3967e1c commit aba267f

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

src/doc/nomicon/ownership.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,3 @@ does in fact live as long as we needed. However it was *changed* while we had
6464
a reference into it. This is why Rust requires any references to freeze the
6565
referent and its owners.
6666

67-

src/doc/trpl/ownership.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -236,13 +236,3 @@ complicated.
236236
Luckily, Rust offers a feature, borrowing, which helps us solve this problem.
237237
It’s the topic of the next section!
238238

239-
240-
241-
242-
243-
244-
245-
246-
247-
248-

src/libstd/os/freebsd/raw.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,3 @@ mod arch {
138138
}
139139
}
140140

141-

src/test/compile-fail/transmute-imut-to-mut.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ fn main() {
1717
//~^ ERROR mutating transmuted &mut T from &T may cause undefined behavior
1818
}
1919

20-

0 commit comments

Comments
 (0)