Some TLC for the MoveMap trait
This commit is contained in:
parent
0608b1d414
commit
c56b47ab8c
11 changed files with 131 additions and 98 deletions
|
@ -29,7 +29,8 @@ use entry::{self, EntryPointType};
|
|||
use ext::base::ExtCtxt;
|
||||
use ext::build::AstBuilder;
|
||||
use ext::expand::ExpansionConfig;
|
||||
use fold::{Folder, MoveMap};
|
||||
use fold::Folder;
|
||||
use util::move_map::MoveMap;
|
||||
use fold;
|
||||
use owned_slice::OwnedSlice;
|
||||
use parse::token::{intern, InternedString};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue