소스 검색

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 asm;
 pub mod delay;
 pub mod delay;
 pub mod interrupt;
 pub mod interrupt;
-#[cfg(any(feature = "plic"))]
+#[cfg(feature = "plic")]
 pub mod peripheral;
 pub mod peripheral;
 pub mod register;
 pub mod register;