summary refs log tree commit diff
path: root/src/libsyntax/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-01-07 17:36:16 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-01-07 17:36:16 -0800
commit662132560133a17cb598083f44de2fbf3d74f157 (patch)
tree57d34853ce7360561dd9c80c260ce3025b3bd951 /src/libsyntax/lib.rs
parentbcebec508422e3dc88215a621f3b51beb88b0330 (diff)
parent209c701bf9e95542aec69455bc12c7ca295109c4 (diff)
downloadrust-662132560133a17cb598083f44de2fbf3d74f157.tar.gz
rust-662132560133a17cb598083f44de2fbf3d74f157.zip
rollup merge of #20657: alexcrichton/stabilize-macros
Diffstat (limited to 'src/libsyntax/lib.rs')
-rw-r--r--src/libsyntax/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs
index 7c8ccf3a1a1..1823700fbf4 100644
--- a/src/libsyntax/lib.rs
+++ b/src/libsyntax/lib.rs
@@ -82,7 +82,6 @@ pub mod ext {
     pub mod asm;
     pub mod base;
     pub mod build;
-    pub mod bytes;
     pub mod cfg;
     pub mod cfg_attr;
     pub mod concat;
@@ -90,7 +89,6 @@ pub mod ext {
     pub mod deriving;
     pub mod env;
     pub mod expand;
-    pub mod fmt;
     pub mod format;
     pub mod log_syntax;
     pub mod mtwt;