Skip to content

Commit ca75d1a

Browse files
chore: Fix warning in wasm build (#997)
1 parent 800a645 commit ca75d1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ mod prelude {
3030
pub use once_cell::sync::Lazy;
3131
pub use serde::{Deserialize, Serialize};
3232
pub use std::{sync::Arc, time::Duration};
33+
#[allow(unused)]
3334
pub use tracing::{debug, error, info, trace, warn};
3435
}
3536
use crate::prelude::*;

0 commit comments

Comments
 (0)