Fix implicit leaks of imports throughout libraries
Also touch up use of 'pub' and move some tests around so the tested functions don't have to be 'pub'
This commit is contained in:
@@ -13,7 +13,7 @@ use core::prelude::*;
|
||||
use ast::*;
|
||||
use ast;
|
||||
use ast_util;
|
||||
use codemap::{span, BytePos, dummy_sp};
|
||||
use codemap::{span, BytePos, dummy_sp, spanned};
|
||||
use parse::token;
|
||||
use visit;
|
||||
use opt_vec;
|
||||
|
||||
Reference in New Issue
Block a user