diff options
| author | Ralf Jung <post@ralfj.de> | 2019-02-21 17:18:18 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2019-02-21 17:18:18 +0100 |
| commit | 811af4289cf58d8ac5a501ade19058d2a86fc170 (patch) | |
| tree | 68fc810121816f0843960ef37fc99c75bd2929c6 | |
| parent | 32a9614a4e466d5b27227948c9500743066628c8 (diff) | |
fix link
| -rw-r--r-- | src/libcore/marker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/marker.rs b/src/libcore/marker.rs index 255d09a0417..29606cb1903 100644 --- a/src/libcore/marker.rs +++ b/src/libcore/marker.rs @@ -602,7 +602,7 @@ unsafe impl<T: ?Sized> Freeze for &mut T {} /// this trait cannot prevent types from moving by itself. /// /// Instead it is used to prevent moves through the type system, -/// by controlling the behavior of pointers wrapped in the [`Pin`] wrapper, +/// by controlling the behavior of pointers `P` wrapped in the [`Pin<P>`] wrapper, /// which "pin" the type in place by not allowing it to be moved out of them. /// See the [`pin module`] documentation for more information on pinning. /// |
