Sfoglia il codice sorgente

Allow missing_safety_doc

Román Cárdenas 2 anni fa
parent
commit
417324f4ec
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;