Skip to content

Commit 7c0f486

Browse files
committed
fix Clippy warning on non-minimal-cfg
1 parent 259f001 commit 7c0f486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
pub mod asm;
3232
pub mod delay;
3333
pub mod interrupt;
34-
#[cfg(any(feature = "plic"))]
34+
#[cfg(feature = "plic")]
3535
pub mod peripheral;
3636
pub mod register;
3737

0 commit comments

Comments
 (0)