提交 06d196ad 编写于 作者: S Steve Klabnik

Removing some warnings from logging.rs

These imports were not being used.
上级 9f671698
......@@ -14,10 +14,6 @@
use either::*;
use rt;
use rt::logging::{Logger, StdErrLogger};
use io;
use libc;
use repr;
use vec;
use cast;
use str;
......@@ -45,7 +41,6 @@ pub fn console_off() {
#[lang="log_type"]
pub fn log_type<T>(level: u32, object: &T) {
use container::Container;
use cast::transmute;
use io;
use libc;
use repr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册