diff options
| author | bors <bors@rust-lang.org> | 2016-07-17 22:12:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-17 22:12:59 -0700 |
| commit | 6cc49e51de7ea9b0cc4aff437975544233c57107 (patch) | |
| tree | 78fe6d19a51ef5a98b18e7198af09fba539fd219 /src/libsyntax/lib.rs | |
| parent | f441bca4993450e4a2f63bac382f9ebc4be274d1 (diff) | |
| parent | 275d321ab099b4d7b0de71aa72a87eb27de120af (diff) | |
| download | rust-6cc49e51de7ea9b0cc4aff437975544233c57107.tar.gz rust-6cc49e51de7ea9b0cc4aff437975544233c57107.zip | |
Auto merge of #34860 - jseyfried:encapsulate_hygiene, r=nrc
Clean up and encapsulate `syntax::ext::mtwt`, rename `mtwt` to `hygiene` r? @nrc
Diffstat (limited to 'src/libsyntax/lib.rs')
| -rw-r--r-- | src/libsyntax/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 8febf1c49ec..5ad17444188 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -127,7 +127,7 @@ pub mod ext { pub mod base; pub mod build; pub mod expand; - pub mod mtwt; + pub mod hygiene; pub mod quote; pub mod source_util; |
