From 5c897cb957f762a04ce628625b245cdab67ef291 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Sun, 9 Feb 2025 16:54:39 +0300 Subject: [PATCH] gggggggg --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 2c9bc7e..655954d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,7 +5,7 @@ use std::{ use colored::Colorize; use rand::random; use regex::Regex; -use termion::{color, event::Key, input::TermRead, raw::IntoRawMode, style}; +use termion::{event::Key, input::TermRead, raw::IntoRawMode}; const MAX_MESSAGES: usize = 100; const DEFAULT_HOST: &str = "meex.lol:11234";