Rollup merge of #64845 - rusty-snake:patch-1, r=jonas-schievink

pin.rs: fix links to primitives in documentation
This commit is contained in:
Mazdak Farrokhzad 2019-09-28 05:37:56 +02:00 committed by GitHub
commit b71f6d8c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")]