From 9e33755d959a3190be77fee4ca6f65a9ca70048e Mon Sep 17 00:00:00 2001 From: Jake Probst Date: Sun, 14 Jul 2019 00:52:39 -0700 Subject: [PATCH] keep yelling at me --- src/patch/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/patch/main.rs b/src/patch/main.rs index 5ed8aca..8f80b2b 100644 --- a/src/patch/main.rs +++ b/src/patch/main.rs @@ -1,5 +1,3 @@ -#![allow(unused_imports)] - use std::collections::{HashMap, HashSet}; use std::net::{TcpListener, SocketAddr, Ipv4Addr}; use std::net;