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 800a645 commit ca75d1aCopy full SHA for ca75d1a
src/main.rs
@@ -30,6 +30,7 @@ mod prelude {
30
pub use once_cell::sync::Lazy;
31
pub use serde::{Deserialize, Serialize};
32
pub use std::{sync::Arc, time::Duration};
33
+ #[allow(unused)]
34
pub use tracing::{debug, error, info, trace, warn};
35
}
36
use crate::prelude::*;
0 commit comments