We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f559eba commit 6121f16Copy full SHA for 6121f16
src/block_range_scanner.rs
@@ -66,6 +66,8 @@
66
67
use std::{ops::RangeInclusive, sync::Arc};
68
69
+// BUG: using cfg test doesnt work...?
70
+#[allow(unused_imports)]
71
use std::sync::LazyLock;
72
73
use tokio::sync::{mpsc, oneshot};
0 commit comments