Explorar o código

Remove two unnecessary imports

The wire module exports std::io::Read now.
Benjamin Sago %!s(int64=4) %!d(string=hai) anos
pai
achega
cc4cbfc1dc
Modificáronse 2 ficheiros con 0 adicións e 2 borrados
  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::*;