Bläddra i källkod

Remove two unnecessary imports

The wire module exports std::io::Read now.
Benjamin Sago 4 år sedan
förälder
incheckning
cc4cbfc1dc
2 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 1
      dns/src/record/a.rs
  2. 0 1
      dns/src/record/aaaa.rs

+ 0 - 1
dns/src/record/a.rs

@@ -1,4 +1,3 @@
-use std::io::Read;
 use std::net::Ipv4Addr;
 
 use log::*;

+ 0 - 1
dns/src/record/aaaa.rs

@@ -1,4 +1,3 @@
-use std::io::Read;
 use std::net::Ipv6Addr;
 
 use log::*;