Remove some clippy suppressions for udp files

This commit is contained in:
Aram 🍐 2022-01-08 15:20:21 -05:00
parent b3776c8b05
commit 953bc18279
3 changed files with 4 additions and 11 deletions

View file

@ -1,5 +1,3 @@
#![allow(dead_code)]
use anyhow::Context;
use std::collections::{HashMap, HashSet, VecDeque};
use std::net::IpAddr;