From 079477b282f101c8ea4865ec0f31bc45b4a240de Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 16 Sep 2021 14:48:49 +0900 Subject: [PATCH] Comment out "use" that was used for a debug fn --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index c3f8853..3d8318c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,7 @@ use image::{DynamicImage, ImageResult}; use macroquad::prelude::*; use std::convert::TryInto; -use std::fs::File; +//use std::fs::File; use std::io::{Read, Write}; use std::net::{IpAddr, Ipv4Addr, SocketAddr, TcpStream}; use std::str::FromStr;