Move syntax::ext::hygiene
to syntax_pos::hygiene
.
This commit is contained in:
parent
07a34293fa
commit
1979f96549
8 changed files with 24 additions and 18 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue