git rid of derive debug

This commit is contained in:
David Westgate 2023-12-03 20:22:32 -08:00
parent 8f3dcaac5a
commit fe9ed57522

View File

@ -11,7 +11,6 @@ use prompted::input;
use rust_irc::buf_helpers::{one_op_buf, one_param_buf, three_param_buf, two_op_buf}; use rust_irc::buf_helpers::{one_op_buf, one_param_buf, three_param_buf, two_op_buf};
use rust_irc::{clear, codes, DEFAULT_PORT}; use rust_irc::{clear, codes, DEFAULT_PORT};
#[derive(Debug)]
struct Server { struct Server {
users: HashMap<String, TcpStream>, users: HashMap<String, TcpStream>,
rooms: HashMap<String, Vec<String>>, rooms: HashMap<String, Vec<String>>,