Skip to content

Commit

Permalink
Fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Aug 6, 2018
1 parent 578e4df commit f0b4541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ use std::net::SocketAddr;
use std::str::FromStr;
use std::path::PathBuf;
use std::sync::{RwLock, Arc};
use std::process::{self, exit};
use std::process::{exit};
use std::time::Duration;

use failure::Error;
Expand Down

0 comments on commit f0b4541

Please sign in to comment.