Skip to content

Commit

Permalink
chore: Fix warning in wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxCWhitehead committed May 18, 2024
1 parent 800a645 commit 5ff36a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ mod prelude {
pub use once_cell::sync::Lazy;
pub use serde::{Deserialize, Serialize};
pub use std::{sync::Arc, time::Duration};
#[allow(unused)]
pub use tracing::{debug, error, info, trace, warn};
}
use crate::prelude::*;
Expand Down

0 comments on commit 5ff36a3

Please sign in to comment.