mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-29 09:00:45 +02:00
Add missing newlines around <details>
(#647)
The newlines makes the text more uniform when extracted into the POT file (spotted while doing #646).
This commit is contained in:
parent
b9959bfeb1
commit
f02facd56d
src
@ -19,6 +19,7 @@ Some notes:
|
|||||||
* References that are declared as `mut` can be bound to different values over their lifetime.
|
* References that are declared as `mut` can be bound to different values over their lifetime.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
||||||
Key points:
|
Key points:
|
||||||
|
|
||||||
* Be sure to note the difference between `let mut ref_x: &i32` and `let ref_x:
|
* Be sure to note the difference between `let mut ref_x: &i32` and `let ref_x:
|
||||||
|
@ -27,6 +27,7 @@ fn main() {
|
|||||||
```
|
```
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
||||||
Key Points:
|
Key Points:
|
||||||
|
|
||||||
* Structs work like in C or C++.
|
* Structs work like in C or C++.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user