You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-15 13:50:27 +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:
@ -19,6 +19,7 @@ Some notes:
|
||||
* References that are declared as `mut` can be bound to different values over their lifetime.
|
||||
|
||||
<details>
|
||||
|
||||
Key points:
|
||||
|
||||
* Be sure to note the difference between `let mut ref_x: &i32` and `let ref_x:
|
||||
|
Reference in New Issue
Block a user