From 4b636405325ae14c9f57bdac77d462a328afdd44 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Sun, 9 Feb 2025 12:07:12 +0300 Subject: [PATCH] remove fking imports --- main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.rs b/main.rs index 92eca8d..3f52292 100644 --- a/main.rs +++ b/main.rs @@ -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 DEFAULT_HOST: &str = "meex.lol:11234";