Cleanup unused imports
This commit is contained in:
parent
9bc2f1800d
commit
5a7249c935
61 changed files with 104 additions and 204 deletions
|
|
@ -1,8 +1,7 @@
|
|||
// Functions dealing with attributes and meta_items
|
||||
|
||||
import std::{vec, str, map, option};
|
||||
import std::{vec, map, option};
|
||||
import syntax::{ast, ast_util};
|
||||
import util::common;
|
||||
import driver::session;
|
||||
|
||||
export attr_meta;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// Code that generates a test runner to run all the tests in a crate
|
||||
|
||||
import std::{option, vec, str};
|
||||
import std::{option, vec};
|
||||
import syntax::{ast, ast_util};
|
||||
import syntax::ast_util::*;
|
||||
//import syntax::ast_util::dummy_sp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue