Explorar el Código

Allow missing_safety_doc

Román Cárdenas hace 2 años
padre
commit
417324f4ec
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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.
 
 #![no_std]
+#![allow(clippy::missing_safety_doc)]
 
 pub mod asm;
 pub mod delay;