Skip to content

Commit cc61f9c

Browse files
committed
Minor unused imports etc.
1 parent f5491e6 commit cc61f9c

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/libstd/path.rs

-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ mod platform {
143143
use super::Prefix;
144144
use core::prelude::*;
145145
use ffi::OsStr;
146-
use std::marker::PhantomData;
147146

148147
#[inline]
149148
pub fn is_sep_byte(b: u8) -> bool {

src/libstd/thread.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ use any::Any;
153153
use cell::UnsafeCell;
154154
use fmt;
155155
use io;
156-
use marker::{PhantomData, Send, Sync};
156+
use marker::PhantomData;
157157
use old_io::stdio;
158158
use rt::{self, unwind};
159159
use sync::{Mutex, Condvar, Arc};

src/libterm/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
html_playground_url = "http://play.rust-lang.org/")]
5151
#![deny(missing_docs)]
5252

53-
#![feature(core)]
5453
#![feature(box_syntax)]
5554
#![feature(collections)]
5655
#![feature(int_uint)]

0 commit comments

Comments
 (0)