소스 검색

Remove two unnecessary imports

The wire module exports std::io::Read now.
Benjamin Sago 4 년 전
부모
커밋
cc4cbfc1dc
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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::*;