Skip to content

Commit 15c299e

Browse files
authored
Adjust wording
1 parent 5e25dfa commit 15c299e

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
* [`String::push_str` invalidating existing references into the string](https://github.com/rust-lang/rust/issues/70301)
286286
* [`ryu` using raw pointers outside their valid memory area](https://github.com/dtolnay/ryu/issues/24)
287287
* [ink! creating overlapping mutable references](https://github.com/rust-lang/miri/issues/1364)
288-
* [Stacked borrowing violation in TiKV](https://github.com/tikv/tikv/pull/7709)
288+
* [TiKV creating overlapping mutable reference and raw pointer](https://github.com/tikv/tikv/pull/7709)
289289

290290
## License
291291

0 commit comments

Comments
 (0)