mv (mod) codemap source_map

This commit is contained in:
Donato Sciarra
2018-08-18 12:14:03 +02:00
parent cbd0595710
commit 82607d2cf3
104 changed files with 157 additions and 153 deletions

View File

@@ -9,7 +9,7 @@
// except according to those terms.
use syntax::ast::*;
use syntax::codemap::Spanned;
use syntax::source_map::Spanned;
use syntax::ext::base::*;
use syntax::ext::build::AstBuilder;
use syntax::parse::token;