rustc: Remove import that is, indeed, not necessary

This commit is contained in:
Tim Chevalier 2013-05-16 17:25:19 -07:00
parent 226f4dfdfb
commit 1bf4f90291

View File

@ -101,7 +101,6 @@
use util::common::indenter;
use util::ppaux::ty_to_str;
use core::container::Set; // XXX: this should not be necessary
use core::to_bytes;
use syntax::ast;
use syntax::codemap::span;