Address more travis errors

This commit is contained in:
Jonathan Turner 2016-06-22 12:50:19 -04:00
parent 2829fbc638
commit 51deb4fedb
8 changed files with 15 additions and 9 deletions

View file

@ -1229,7 +1229,7 @@ mod tests {
use super::{PatIdentFinder, IdentRenamer, PatIdentRenamer, ExpansionConfig};
use ast;
use ast::Name;
use codemap;
use syntax_pos;
use ext::base::{ExtCtxt, DummyMacroLoader};
use ext::mtwt;
use fold::Folder;