We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce5bee6 + 385e0cd commit 74cb12eCopy full SHA for 74cb12e
src/peripheral/mod.rs
@@ -80,7 +80,7 @@ impl Peripherals {
80
})
81
}
82
83
- #[doc(hidden)]
+ /// Unchecked version of `Peripherals::steal`
84
pub unsafe fn steal() -> Self {
85
debug_assert!(!CORE_PERIPHERALS);
86
0 commit comments