about summary refs log tree commit diff
path: root/src/libstd/std.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-08-26 17:05:57 -0700
committerbors <bors@rust-lang.org>2013-08-26 17:05:57 -0700
commita8221bd5e2cf05cea7546ebdd5331d17a3e4a4c5 (patch)
tree51b74b5d67c3983263231d436234cd62f1d641d4 /src/libstd/std.rs
parent1ac7d809af161abc7fb73d76bae4fd0fb2a4826d (diff)
parent6eb924d28e0d7638a6b2d2b7c208cbaf3d1046c1 (diff)
downloadrust-a8221bd5e2cf05cea7546ebdd5331d17a3e4a4c5.tar.gz
rust-a8221bd5e2cf05cea7546ebdd5331d17a3e4a4c5.zip
auto merge of #8438 : cmr/rust/default, r=thestinger
Diffstat (limited to 'src/libstd/std.rs')
-rw-r--r--src/libstd/std.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/std.rs b/src/libstd/std.rs
index 278df5b170e..ad3e4368daa 100644
--- a/src/libstd/std.rs
+++ b/src/libstd/std.rs
@@ -148,7 +148,7 @@ pub mod clone;
 pub mod io;
 pub mod hash;
 pub mod container;
-
+pub mod default;
 
 /* Common data structures */