about summary refs log tree commit diff
path: root/src/libsyntax/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-07-17 22:12:59 -0700
committerGitHub <noreply@github.com>2016-07-17 22:12:59 -0700
commit6cc49e51de7ea9b0cc4aff437975544233c57107 (patch)
tree78fe6d19a51ef5a98b18e7198af09fba539fd219 /src/libsyntax/lib.rs
parentf441bca4993450e4a2f63bac382f9ebc4be274d1 (diff)
parent275d321ab099b4d7b0de71aa72a87eb27de120af (diff)
downloadrust-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.rs2
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;