Skip to content

Commit

Permalink
remove imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SidneyNiccolson committed Jun 26, 2018
1 parent 6cf9d4e commit 37a5567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ use errors::*;
use network::{NetworkCommand, NetworkCommandResponse};
use exit::{exit, ExitResult};

use std::error::Error;
use std::io::prelude::*;


use std::fs::File;
use std::path::Path;
use std::io::Write as IoWrite;
Expand Down

0 comments on commit 37a5567

Please sign in to comment.