We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec1da6 commit 757430fCopy full SHA for 757430f
1 file changed
crates/index-scan-gate/src/main.rs
@@ -1,3 +1,5 @@
1
+#![allow(clippy::disallowed_macros)]
2
+
3
use std::time::Duration;
4
5
use anyhow::{bail, Context, Result};
0 commit comments