From f84aa4a424221a8b3739f6232fec8f419d176fba Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 23 Apr 2020 02:46:36 -0600 Subject: [PATCH] Update README.md Co-Authored-By: Ralf Jung --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d37f2c353c5..3d88b24da682 100644 --- a/README.md +++ b/README.md @@ -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