Skip to content

Commit d19e8ca

Browse files
committed
fix clippy
1 parent 800b2a6 commit d19e8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monoio/src/time/driver/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Currently, rust warns when an unsafe fn contains an unsafe {} block. However,
22
// in the future, this will change to the reverse. For now, suppress this
33
// warning and generally stick with being explicit about unsafety.
4-
#![allow(unused_unsafe)]
4+
#![allow(unused_unsafe, unused_imports)]
55
#![cfg_attr(not(feature = "rt"), allow(dead_code))]
66

77
//! Time driver

0 commit comments

Comments
 (0)