Update README.md

Co-Authored-By: Ralf Jung <post@ralfj.de>
This commit is contained in:
Brian Anderson 2020-04-23 02:46:36 -06:00 committed by GitHub
parent 5b60f0df2a
commit f84aa4a424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -285,7 +285,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows
* [`align_to_mut` violating uniqueness of mutable references](https://github.com/rust-lang/rust/issues/68549)
* [Aliasing mutable references in `sized-chunks`](https://github.com/bodil/sized-chunks/issues/8)
* [`String::push_str` invalidating existing references into the string](https://github.com/rust-lang/rust/issues/70301)
- [`ryu` creating incorrect mutable references](https://github.com/dtolnay/ryu/issues/24)
* [`ryu` using raw pointers outside their valid memory area](https://github.com/dtolnay/ryu/issues/24)
## License