summary refs log tree commit diff
path: root/src/libsyntax/lib.rs
diff options
context:
space:
mode:
authorKeegan McAllister <kmcallister@mozilla.com>2014-05-24 16:16:10 -0700
committerKeegan McAllister <kmcallister@mozilla.com>2014-06-09 14:29:29 -0700
commit6d15c6749c30d9077c6e12af3be64c5f68fafcff (patch)
tree15a479a8e999df0149e8d58a9843f36635cab115 /src/libsyntax/lib.rs
parente55f64f99726a44283211d91a702081fe4a1855b (diff)
downloadrust-6d15c6749c30d9077c6e12af3be64c5f68fafcff.tar.gz
rust-6d15c6749c30d9077c6e12af3be64c5f68fafcff.zip
Implement #[plugin_registrar]
See RFC 22.

[breaking-change]
Diffstat (limited to 'src/libsyntax/lib.rs')
-rw-r--r--src/libsyntax/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs
index 1ab420eb69b..7fe67ad6f87 100644
--- a/src/libsyntax/lib.rs
+++ b/src/libsyntax/lib.rs
@@ -74,7 +74,6 @@ pub mod ext {
     pub mod asm;
     pub mod base;
     pub mod expand;
-    pub mod registrar;
 
     pub mod quote;