Skip to content

Commit

Permalink
pin.rs: fix links to primitives in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty-snake committed Sep 27, 2019
1 parent 590ae0e commit bd995c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libcore/pin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

Expand Down

0 comments on commit bd995c0

Please sign in to comment.