Переглянути джерело

fix Clippy warning on non-minimal-cfg

Daniel Maslowski 1 рік тому
батько
коміт
7c0f48642a
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -31,7 +31,7 @@
 pub mod asm;
 pub mod delay;
 pub mod interrupt;
-#[cfg(any(feature = "plic"))]
+#[cfg(feature = "plic")]
 pub mod peripheral;
 pub mod register;