about summary refs log tree commit diff
path: root/src/libstd/std.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-10-11 08:56:19 -0700
committerbors <bors@rust-lang.org>2013-10-11 08:56:19 -0700
commited37b00b06f14e41740bd296e99b4ece0ce63c84 (patch)
treea74535aa073dcd760a72a105c35004efee0075ec /src/libstd/std.rs
parent93a08f49fa0d6f1451b9cf4f4042401b1b02561a (diff)
parent8b4423b04f519b78e0e9196ae1521531c80c743b (diff)
downloadrust-ed37b00b06f14e41740bd296e99b4ece0ce63c84.tar.gz
rust-ed37b00b06f14e41740bd296e99b4ece0ce63c84.zip
auto merge of #9803 : alexcrichton/rust/less-pub2, r=brson
This change was waiting for privacy to get sorted out, which should be true now
that #8215 has landed.

Closes #4427
Diffstat (limited to 'src/libstd/std.rs')
-rw-r--r--src/libstd/std.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstd/std.rs b/src/libstd/std.rs
index 53837f96593..5a3f40f280f 100644
--- a/src/libstd/std.rs
+++ b/src/libstd/std.rs
@@ -88,9 +88,6 @@ pub mod linkhack {
     }
 }
 
-// Internal macros
-mod macros;
-
 /* The Prelude. */
 
 pub mod prelude;