mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
f67a3759bf
Documenting the case of `Weak::upgrade` returning `None` when the value behind the reference is missing Adds a clause to the documentation of `Weak` for `Arc` which was discussed in rust-lang/rust#154936. Adds the same clause to the documentation of `Weak` for `Rc`, because the behavior is the same.