Browse Source

Allow missing_safety_doc

Román Cárdenas 2 years ago
parent
commit
417324f4ec
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib.rs

+ 1 - 0
src/lib.rs

@@ -26,6 +26,7 @@
 //! a target-specific implementation instead, typically provided by a HAL or RTOS crate.
 //! a target-specific implementation instead, typically provided by a HAL or RTOS crate.
 
 
 #![no_std]
 #![no_std]
+#![allow(clippy::missing_safety_doc)]
 
 
 pub mod asm;
 pub mod asm;
 pub mod delay;
 pub mod delay;