Skip to content

Commit c97afec

Browse files
committed
fix(virtio/mmio): don't allow dead code
1 parent 115c24b commit c97afec

File tree

1 file changed

+0
-1
lines changed
  • src/drivers/virtio/transport

1 file changed

+0
-1
lines changed

src/drivers/virtio/transport/mmio.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//! A module containing all virtio specific pci functionality
22
//!
33
//! The module contains ...
4-
#![allow(dead_code)]
54
65
#[cfg(feature = "console")]
76
use alloc::boxed::Box;

0 commit comments

Comments
 (0)