mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-23 16:12:47 +02:00
Fix formatting
This commit is contained in:
parent
097b700bc3
commit
24a2642758
@ -33,9 +33,9 @@ fn main() {
|
||||
|
||||
<details>
|
||||
|
||||
- In the first case, modifying the collection by pushing new elements into
|
||||
it can potentially invalidate existing references to the collection's elements
|
||||
if the collection has to reallocate.
|
||||
- In the first case, modifying the collection by pushing new elements into it
|
||||
can potentially invalidate existing references to the collection's elements if
|
||||
the collection has to reallocate.
|
||||
|
||||
- In the second case, the aliasing rule prevents mis-compilation: The output of
|
||||
`sum_and_zero` depends on the ordering of the two operations, which means if
|
||||
|
Loading…
x
Reference in New Issue
Block a user