Remove unused imports in std

This commit is contained in:
ILyoan 2013-03-12 20:37:23 +09:00
parent ef0364e9e4
commit 278a4dbb0f

View File

@ -26,7 +26,6 @@ use core::either::Either;
use core::either;
use core::io::WriterUtil;
use core::io;
use core::libc::size_t;
use core::comm::{stream, Chan, Port, SharedChan};
use core::option;
use core::prelude::*;