remove fking imports

This commit is contained in:
MeexReay 2025-02-09 12:07:12 +03:00
parent 204c73cf76
commit 4b63640532

View File

@ -1,4 +1,4 @@
use std::{error::Error, io::{stdin, stdout, BufRead, Read, Write}, net::TcpStream, thread, usize::MAX}; use std::{error::Error, io::{stdin, stdout, BufRead, Read, Write}, net::TcpStream, thread};
const MAX_MESSAGES: usize = 100; const MAX_MESSAGES: usize = 100;
const DEFAULT_HOST: &str = "meex.lol:11234"; const DEFAULT_HOST: &str = "meex.lol:11234";