Skip to content

Commit 8edcd8e

Browse files
committed
fix(virtio): don't allow dead code in error
1 parent 115c24b commit 8edcd8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/drivers/virtio/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ pub mod error {
2222
#[cfg(feature = "vsock")]
2323
pub use crate::drivers::vsock::error::VirtioVsockError;
2424

25-
#[allow(dead_code)]
2625
#[derive(Debug)]
2726
pub enum VirtioError {
2827
#[cfg(feature = "pci")]

0 commit comments

Comments
 (0)