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 2fe6415 commit cfc42b2Copy full SHA for cfc42b2
library/core/src/marker.rs
@@ -898,7 +898,7 @@ marker_impls! {
898
/// subset of [`Future`]s which *do* require pinning to be implemented soundly.
899
///
900
/// For more discussion on the consequences of [`Unpin`] within the wider scope of the pinning
901
-/// system, see [the section about `Unpin`] in the [`pin` module].
+/// system, see the [section about `Unpin`] in the [`pin` module].
902
903
/// `Unpin` has no consequence at all for non-pinned data. In particular, [`mem::replace`] happily
904
/// moves `!Unpin` data, which would be immovable when pinned ([`mem::replace`] works for any
0 commit comments