We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b47a61 commit 1c26be3Copy full SHA for 1c26be3
src/libcore/pin.rs
@@ -29,7 +29,7 @@ use ops::{Deref, DerefMut, CoerceUnsized};
29
///
30
/// See the [`pin` module] documentation for furthur explanation on pinning.
31
32
-/// [`Unpin`]: ../marker/trait.Unpin.html
+/// [`Unpin`]: ../../core/marker/trait.Unpin.html
33
/// [`pin` module]: ../../alloc/pin/index.html
34
#[unstable(feature = "pin", issue = "49150")]
35
#[fundamental]
0 commit comments