std: Fix fallout of changing #[deriving(Clone)]

This commit is contained in:
Jorge Aparicio 2014-11-03 11:52:13 -05:00
parent 07bbde8932
commit 6d951b2cbd
2 changed files with 0 additions and 2 deletions

View file

@ -10,7 +10,6 @@
//
// ignore-lexer-test FIXME #15883
use clone::Clone;
use cmp::{Eq, Equiv, PartialEq};
use core::kinds::Sized;
use default::Default;

View file

@ -26,7 +26,6 @@ use rt::rtio;
use c_str::CString;
use collections::HashMap;
use hash::Hash;
use clone::Clone;
#[cfg(windows)]
use std::hash::sip::SipState;