Skip to content
Snippets Groups Projects
Commit 385e0cda authored by Jorge Aparicio's avatar Jorge Aparicio
Browse files

docs: unhide `Peripherals::steal` method

parent ce5bee6e
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ impl Peripherals { ...@@ -80,7 +80,7 @@ impl Peripherals {
}) })
} }
#[doc(hidden)] /// Unchecked version of `Peripherals::steal`
pub unsafe fn steal() -> Self { pub unsafe fn steal() -> Self {
debug_assert!(!CORE_PERIPHERALS); debug_assert!(!CORE_PERIPHERALS);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment