1
Fork 0

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

@ -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;