Skip to content

Commit

Permalink
forgot to add warn to import state_handler.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnarMorrigan committed Jan 16, 2024
1 parent 5621708 commit 48f84bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use crate::state::State;


#[cfg(feature = "logs")]
use tracing::{debug, error, info};
use tracing::{debug, error, info, warn};

/// Eventloop with all the state of a connection
pub struct StateHandler {
Expand Down

0 comments on commit 48f84bf

Please sign in to comment.