1
Fork 0

Move syntax::ext::hygiene to syntax_pos::hygiene.

This commit is contained in:
Jeffrey Seyfried 2017-03-16 10:23:33 +00:00
parent 07a34293fa
commit 1979f96549
8 changed files with 24 additions and 18 deletions

View file

@ -136,12 +136,12 @@ pub mod print {
}
pub mod ext {
pub use syntax_pos::hygiene;
pub mod base;
pub mod build;
pub mod derive;
pub mod expand;
pub mod placeholders;
pub mod hygiene;
pub mod quote;
pub mod source_util;