Skip to content

Commit 72d0a1d

Browse files
committed
fix: remove unused #[allow(unused)]
Signed-off-by: YdrMaster <ydrml@hotmail.com>
1 parent eb00136 commit 72d0a1d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rustsbi-qemu/src/dbcn.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#![allow(unused)]
2-
3-
use crate::uart16550;
1+
use crate::uart16550;
42
use core::ops::Range;
53
use rustsbi::{
64
spec::binary::{Physical, SbiRet},

0 commit comments

Comments
 (0)