1
Fork 0

Use #[prelude_import] in libstd.

This commit is contained in:
Jeffrey Seyfried 2016-08-22 19:47:38 +00:00
parent e2ad3be178
commit 9a2c8783d9
81 changed files with 11 additions and 205 deletions

View file

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
use prelude::v1::*;
use ffi::CStr;
use io;
use libc::{self, c_int, size_t, sockaddr, socklen_t};