We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0210e6 commit f0827b3Copy full SHA for f0827b3
library/core/src/marker.rs
@@ -918,7 +918,7 @@ marker_impls! {
918
/// subset of [`Future`]s which *do* require pinning to be implemented soundly.
919
///
920
/// For more discussion on the consequences of [`Unpin`] within the wider scope of the pinning
921
-/// system, see [the section about `Unpin`] in the [`pin` module].
+/// system, see the [section about `Unpin`] in the [`pin` module].
922
923
/// `Unpin` has no consequence at all for non-pinned data. In particular, [`mem::replace`] happily
924
/// moves `!Unpin` data, which would be immovable when pinned ([`mem::replace`] works for any
0 commit comments