We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5491e6 commit cc61f9cCopy full SHA for cc61f9c
src/libstd/path.rs
@@ -143,7 +143,6 @@ mod platform {
143
use super::Prefix;
144
use core::prelude::*;
145
use ffi::OsStr;
146
- use std::marker::PhantomData;
147
148
#[inline]
149
pub fn is_sep_byte(b: u8) -> bool {
src/libstd/thread.rs
@@ -153,7 +153,7 @@ use any::Any;
153
use cell::UnsafeCell;
154
use fmt;
155
use io;
156
-use marker::{PhantomData, Send, Sync};
+use marker::PhantomData;
157
use old_io::stdio;
158
use rt::{self, unwind};
159
use sync::{Mutex, Condvar, Arc};
src/libterm/lib.rs
@@ -50,7 +50,6 @@
50
html_playground_url = "http://play.rust-lang.org/")]
51
#![deny(missing_docs)]
52
53
-#![feature(core)]
54
#![feature(box_syntax)]
55
#![feature(collections)]
56
#![feature(int_uint)]
0 commit comments