]> git.lizzy.rs Git - rust.git/commitdiff
Adjust wording
authorRalf Jung <post@ralfj.de>
Sat, 2 May 2020 09:04:45 +0000 (11:04 +0200)
committerGitHub <noreply@github.com>
Sat, 2 May 2020 09:04:45 +0000 (11:04 +0200)
README.md

index 08e30b5f77dd54409115f4371cfc1d8d29635450..4ca4840714a880f1910c8690d24996b89f9024be 100644 (file)
--- a/README.md
+++ b/README.md
@@ -285,7 +285,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows
 * [`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)
 * [ink! creating overlapping mutable references](https://github.com/rust-lang/miri/issues/1364)
-* [Stacked borrowing violation in TiKV](https://github.com/tikv/tikv/pull/7709)
+* [TiKV creating overlapping mutable reference and raw pointer](https://github.com/tikv/tikv/pull/7709)
 
 ## License