diff options
| author | bors <bors@rust-lang.org> | 2013-08-26 17:05:57 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-08-26 17:05:57 -0700 |
| commit | a8221bd5e2cf05cea7546ebdd5331d17a3e4a4c5 (patch) | |
| tree | 51b74b5d67c3983263231d436234cd62f1d641d4 /src/libstd/std.rs | |
| parent | 1ac7d809af161abc7fb73d76bae4fd0fb2a4826d (diff) | |
| parent | 6eb924d28e0d7638a6b2d2b7c208cbaf3d1046c1 (diff) | |
| download | rust-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.rs | 2 |
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 */ |
