remove warning
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
#![allow(dead_code)]
|
#![allow(dead_code)]
|
||||||
|
|
||||||
use std::io::{Error, ErrorKind};
|
use std::io::{Error, ErrorKind};
|
||||||
use std::io::{Read, Result};
|
use std::io::Result;
|
||||||
|
|
||||||
use std::net::{Ipv4Addr, Ipv6Addr};
|
use std::net::{Ipv4Addr, Ipv6Addr};
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ use std::env;
|
|||||||
use std::net::{IpAddr, SocketAddr};
|
use std::net::{IpAddr, SocketAddr};
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
use std::process::Command;
|
use std::process::Command;
|
||||||
use std::time::{Duration, Instant};
|
use std::time::Duration;
|
||||||
use watch::Watch;
|
use watch::Watch;
|
||||||
|
|
||||||
const CONFIG_NAME: &str = ".updns";
|
const CONFIG_NAME: &str = ".updns";
|
||||||
|
|||||||
Reference in New Issue
Block a user