Skip to content

Commit b9ac0af

Browse files
committed
Auto merge of #66 - japaric:unhide-steal, r=japaric
docs: unhide `Peripheral::steal` method None
2 parents ce5bee6 + 86d4449 commit b9ac0af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/peripheral/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ impl Peripherals {
8080
})
8181
}
8282

83-
#[doc(hidden)]
8483
pub unsafe fn steal() -> Self {
8584
debug_assert!(!CORE_PERIPHERALS);
8685

0 commit comments

Comments
 (0)