We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620c5bf commit 417324fCopy full SHA for 417324f
src/lib.rs
@@ -26,6 +26,7 @@
26
//! a target-specific implementation instead, typically provided by a HAL or RTOS crate.
27
28
#![no_std]
29
+#![allow(clippy::missing_safety_doc)]
30
31
pub mod asm;
32
pub mod delay;
0 commit comments