Skip to content

Commit f0827b3

Browse files
fu5haManishearth
authored andcommittedJan 7, 2024
fix broken link
1 parent e0210e6 commit f0827b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎library/core/src/marker.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ marker_impls! {
918918
/// subset of [`Future`]s which *do* require pinning to be implemented soundly.
919919
///
920920
/// 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].
921+
/// system, see the [section about `Unpin`] in the [`pin` module].
922922
///
923923
/// `Unpin` has no consequence at all for non-pinned data. In particular, [`mem::replace`] happily
924924
/// moves `!Unpin` data, which would be immovable when pinned ([`mem::replace`] works for any

0 commit comments

Comments
 (0)