Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dyas authored and gkorland committed May 24, 2022
1 parent b1cbec3 commit 81467e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connection.rs
@@ -1,7 +1,7 @@
use std::fmt;
use std::io::{self, Write};
use std::net::{self, TcpStream, ToSocketAddrs};
use std::ops::{Deref, DerefMut};
use std::ops::DerefMut;
use std::path::PathBuf;
use std::str::{from_utf8, FromStr};
use std::time::Duration;
Expand Down

0 comments on commit 81467e8

Please sign in to comment.