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.
2 parents 494a8a8 + bd995c0 commit b71f6d8Copy full SHA for b71f6d8
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