Skip to content

Commit 74cb12e

Browse files
committed
Auto merge of #66 - japaric:unhide-steal, r=japaric
docs: unhide `Peripheral::steal` method None
2 parents ce5bee6 + 385e0cd commit 74cb12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/peripheral/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ impl Peripherals {
8080
})
8181
}
8282

83-
#[doc(hidden)]
83+
/// Unchecked version of `Peripherals::steal`
8484
pub unsafe fn steal() -> Self {
8585
debug_assert!(!CORE_PERIPHERALS);
8686

0 commit comments

Comments
 (0)