diff --git a/src/chat/gui.rs b/src/chat/gui.rs index 1f44ade..cfdfedf 100644 --- a/src/chat/gui.rs +++ b/src/chat/gui.rs @@ -5,7 +5,7 @@ use std::collections::HashMap; use std::error::Error; use std::hash::{DefaultHasher, Hasher}; use std::sync::atomic::{AtomicBool, AtomicU64}; -use std::sync::{mpsc, Mutex, RwLockWriteGuard}; +use std::sync::Mutex; use std::sync::{atomic::Ordering, mpsc::channel, Arc, RwLock}; use std::thread; use std::time::{Duration, SystemTime};