We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800b2a6 commit d19e8caCopy full SHA for d19e8ca
monoio/src/time/driver/mod.rs
@@ -1,7 +1,7 @@
1
// Currently, rust warns when an unsafe fn contains an unsafe {} block. However,
2
// in the future, this will change to the reverse. For now, suppress this
3
// warning and generally stick with being explicit about unsafety.
4
-#![allow(unused_unsafe)]
+#![allow(unused_unsafe, unused_imports)]
5
#![cfg_attr(not(feature = "rt"), allow(dead_code))]
6
7
//! Time driver
0 commit comments