Cleanup unused imports
This commit is contained in:
parent
9bc2f1800d
commit
5a7249c935
61 changed files with 104 additions and 204 deletions
|
|
@ -1,7 +1,6 @@
|
|||
// Metadata encoding
|
||||
|
||||
import std::{vec, str, uint, io, option, ebml, map};
|
||||
import std::option::{some, none};
|
||||
import std::{vec, str, uint, io, ebml, map};
|
||||
import syntax::ast::*;
|
||||
import syntax::ast_util;
|
||||
import syntax::ast_util::local_def;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue