Skip to content

Commit cfc42b2

Browse files
committed
fix broken link
1 parent 2fe6415 commit cfc42b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/marker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ marker_impls! {
898898
/// subset of [`Future`]s which *do* require pinning to be implemented soundly.
899899
///
900900
/// 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].
901+
/// system, see the [section about `Unpin`] in the [`pin` module].
902902
///
903903
/// `Unpin` has no consequence at all for non-pinned data. In particular, [`mem::replace`] happily
904904
/// moves `!Unpin` data, which would be immovable when pinned ([`mem::replace`] works for any

0 commit comments

Comments
 (0)