Skip to content

Commit 6d951b2

Browse files
author
Jorge Aparicio
committed
std: Fix fallout of changing #[deriving(Clone)]
1 parent 07bbde8 commit 6d951b2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/libstd/collections/hash/set.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
//
1111
// ignore-lexer-test FIXME #15883
1212

13-
use clone::Clone;
1413
use cmp::{Eq, Equiv, PartialEq};
1514
use core::kinds::Sized;
1615
use default::Default;

src/libstd/io/process.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ use rt::rtio;
2626
use c_str::CString;
2727
use collections::HashMap;
2828
use hash::Hash;
29-
use clone::Clone;
3029
#[cfg(windows)]
3130
use std::hash::sip::SipState;
3231

0 commit comments

Comments
 (0)