about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/pin.rs2
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")]