Skip to content

Commit 417324f

Browse files
committed
Allow missing_safety_doc
1 parent 620c5bf commit 417324f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
//! a target-specific implementation instead, typically provided by a HAL or RTOS crate.
2727
2828
#![no_std]
29+
#![allow(clippy::missing_safety_doc)]
2930

3031
pub mod asm;
3132
pub mod delay;

0 commit comments

Comments
 (0)