Skip to content

Commit 63bf25d

Browse files
authored
Rollup merge of rust-lang#64845 - rusty-snake:patch-1, r=jonas-schievink
pin.rs: fix links to primitives in documentation
2 parents e687522 + bd995c0 commit 63bf25d

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)