git rid of derive debug
This commit is contained in:
parent
8f3dcaac5a
commit
fe9ed57522
@ -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::{clear, codes, DEFAULT_PORT};
|
||||
|
||||
#[derive(Debug)]
|
||||
struct Server {
|
||||
users: HashMap<String, TcpStream>,
|
||||
rooms: HashMap<String, Vec<String>>,
|
||||
|
Reference in New Issue
Block a user