Skip to content

Commit bd995c0

Browse files
author
rusty-snake
authored
pin.rs: fix links to primitives in documentation
1 parent 590ae0e commit bd995c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libcore/pin.rs

+2
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@
369369
//! [drop-guarantee]: #drop-guarantee
370370
//! [`poll`]: ../../std/future/trait.Future.html#tymethod.poll
371371
//! [`Pin::get_unchecked_mut`]: struct.Pin.html#method.get_unchecked_mut
372+
//! [`bool`]: ../../std/primitive.bool.html
373+
//! [`i32`]: ../../std/primitive.i32.html
372374
373375
#![stable(feature = "pin", since = "1.33.0")]
374376

0 commit comments

Comments
 (0)