diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-09-28 05:37:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-28 05:37:56 +0200 |
| commit | b71f6d8c95b990422310f74d0a524e57c9cf8347 (patch) | |
| tree | b300eb2c46192ac8909a13ff9933e8aebabad859 | |
| parent | 494a8a8525d957bb627293ef42713eb336210b4c (diff) | |
| parent | bd995c0e3a303c4685d69ff560ad470fc5197c1e (diff) | |
| download | rust-b71f6d8c95b990422310f74d0a524e57c9cf8347.tar.gz rust-b71f6d8c95b990422310f74d0a524e57c9cf8347.zip | |
Rollup merge of #64845 - rusty-snake:patch-1, r=jonas-schievink
pin.rs: fix links to primitives in documentation
| -rw-r--r-- | src/libcore/pin.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcore/pin.rs b/src/libcore/pin.rs index 1dc6d54b08a..be057ed6d59 100644 --- a/src/libcore/pin.rs +++ b/src/libcore/pin.rs @@ -369,6 +369,8 @@ //! [drop-guarantee]: #drop-guarantee //! [`poll`]: ../../std/future/trait.Future.html#tymethod.poll //! [`Pin::get_unchecked_mut`]: struct.Pin.html#method.get_unchecked_mut +//! [`bool`]: ../../std/primitive.bool.html +//! [`i32`]: ../../std/primitive.i32.html #![stable(feature = "pin", since = "1.33.0")] |
