]> git.lizzy.rs Git - rust.git/commitdiff
Update README.md
authorHero Bird <robbepop@web.de>
Sat, 25 Apr 2020 17:42:48 +0000 (19:42 +0200)
committerGitHub <noreply@github.com>
Sat, 25 Apr 2020 17:42:48 +0000 (19:42 +0200)
README.md

index d29f1e2be259d4d62de7cf5593df59bc484c990f..ecff779873abfa28fd8db620814692c2fc8dca9c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -281,7 +281,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows
 * [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` using raw pointers outside their valid memory area](https://github.com/dtolnay/ryu/issues/24)
-* [`LazyArray::swap` method creating overlapping mutable references (ink! PR)](https://github.com/rust-lang/miri/issues/1364)
+* [ink! creating overlapping mutable references](https://github.com/rust-lang/miri/issues/1364)
 
 ## License