We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b41fa commit 38e21f9Copy full SHA for 38e21f9
src/liballoc/rc.rs
@@ -1187,8 +1187,9 @@ impl<T: ?Sized + Unsize<U>, U: ?Sized> DispatchFromDyn<Weak<U>> for Weak<T> {}
1187
1188
impl<T> Weak<T> {
1189
/// Constructs a new `Weak<T>`, without allocating any memory.
1190
- /// Calling [`upgrade`][Weak::upgrade] on the return value always gives [`None`].
+ /// Calling [`upgrade`] on the return value always gives [`None`].
1191
///
1192
+ /// [`upgrade`]: #method.upgrade
1193
/// [`None`]: ../../std/option/enum.Option.html
1194
1195
/// # Examples
0 commit comments