]> git.lizzy.rs Git - rust.git/commitdiff
fix trophy case URL
authorRalf Jung <post@ralfj.de>
Sat, 31 Oct 2020 15:28:56 +0000 (16:28 +0100)
committerRalf Jung <post@ralfj.de>
Sat, 31 Oct 2020 15:28:56 +0000 (16:28 +0100)
README.md

index 4b09d1586ad4dbfc1fc0bdcfc59247ff5544c856..578ca0251c5e4c15d9b34df4453444159a9c398e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -411,7 +411,7 @@ Violations of [Stacked Borrows] found that are likely bugs (but Stacked Borrows
 * [TiKV creating overlapping mutable reference and raw pointer](https://github.com/tikv/tikv/pull/7709)
 * [Windows `Env` iterator using a raw pointer outside its valid memory area](https://github.com/rust-lang/rust/pull/70479)
 * [`VecDeque::iter_mut` creating overlapping mutable references](https://github.com/rust-lang/rust/issues/74029)
-* [Standard library `SipHasher` using a raw pointer outside its valid memory area](https://github.com/rust-lang/rust/pull/78484)
+* [Various standard library aliasing issues involving raw pointers](https://github.com/rust-lang/rust/pull/78602)
 
 ## License