Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fd4d564

Browse files
committedMar 21, 2016
Fix Linux build
1 parent 2527125 commit fd4d564

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎src/libstd/sys/unix/net.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ use ffi::CStr;
1414
use io;
1515
use libc::{self, c_int, size_t, sockaddr, socklen_t};
1616
use net::{SocketAddr, Shutdown};
17-
use str;
1817
use sys::fd::FileDesc;
1918
use sys_common::{AsInner, FromInner, IntoInner};
2019
use sys_common::net::{getsockopt, setsockopt};

‎src/libstd/sys/unix/os.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ use memchr;
2626
use path::{self, PathBuf};
2727
use ptr;
2828
use slice;
29-
use str;
3029
use sync::StaticMutex;
3130
use sys::cvt;
3231
use sys::fd;

0 commit comments

Comments
 (0)
Please sign in to comment.