We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590ae0e commit bd995c0Copy full SHA for bd995c0
src/libcore/pin.rs
@@ -369,6 +369,8 @@
369
//! [drop-guarantee]: #drop-guarantee
370
//! [`poll`]: ../../std/future/trait.Future.html#tymethod.poll
371
//! [`Pin::get_unchecked_mut`]: struct.Pin.html#method.get_unchecked_mut
372
+//! [`bool`]: ../../std/primitive.bool.html
373
+//! [`i32`]: ../../std/primitive.i32.html
374
375
#![stable(feature = "pin", since = "1.33.0")]
376
0 commit comments