diff options
| author | Jeffrey Seyfried <jeffrey.seyfried@gmail.com> | 2016-07-16 19:11:28 +0000 |
|---|---|---|
| committer | Jeffrey Seyfried <jeffrey.seyfried@gmail.com> | 2016-07-17 17:12:35 +0000 |
| commit | 44575f708aed13f4260c6ce27b35ab102e5dd9f2 (patch) | |
| tree | bcc0dc2d006b4e573d27b616b294ef9b2fe335c9 /src/libsyntax/lib.rs | |
| parent | 76ed4456224f6bf7dc35dc72cc1c2cc93186285a (diff) | |
| download | rust-44575f708aed13f4260c6ce27b35ab102e5dd9f2.tar.gz rust-44575f708aed13f4260c6ce27b35ab102e5dd9f2.zip | |
Rename `mtwt` to `hygiene`
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; |
