Skip to content

Commit f84aa4a

Browse files
brsonRalfJung
andauthored
Update README.md
Co-Authored-By: Ralf Jung <post@ralfj.de>
1 parent 5b60f0d commit f84aa4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows
285285
* [`align_to_mut` violating uniqueness of mutable references](https://github.com/rust-lang/rust/issues/68549)
286286
* [Aliasing mutable references in `sized-chunks`](https://github.com/bodil/sized-chunks/issues/8)
287287
* [`String::push_str` invalidating existing references into the string](https://github.com/rust-lang/rust/issues/70301)
288-
- [`ryu` creating incorrect mutable references](https://github.com/dtolnay/ryu/issues/24)
288+
* [`ryu` using raw pointers outside their valid memory area](https://github.com/dtolnay/ryu/issues/24)
289289

290290
## License
291291

0 commit comments

Comments
 (0)