Skip to content

Commit 385e0cd

Browse files
committed
docs: unhide Peripherals::steal method
1 parent ce5bee6 commit 385e0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/peripheral/mod.rs

Lines changed: 1 addition & 1 deletion
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)