From 48f84bfd951749dd8ae89ee2282334f4ab570d8a Mon Sep 17 00:00:00 2001 From: GunnarMorrigan <13799935+GunnarMorrigan@users.noreply.github.com> Date: Tue, 16 Jan 2024 20:13:50 +0100 Subject: [PATCH] forgot to add warn to import state_handler.rs --- src/state_handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state_handler.rs b/src/state_handler.rs index 544c6fa..f0b9c0a 100644 --- a/src/state_handler.rs +++ b/src/state_handler.rs @@ -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 {