diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-05-19 11:32:09 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-06-08 21:29:57 -0700 |
| commit | 50942c7695783875bd2161596036a52755ffb09c (patch) | |
| tree | 0d8ddd4e8d3a58c33de17eeb966684f6796d4547 /src/libstd/lib.rs | |
| parent | 443a1cdf949fad31c5a851be02017d09ce09f318 (diff) | |
| download | rust-50942c7695783875bd2161596036a52755ffb09c.tar.gz rust-50942c7695783875bd2161596036a52755ffb09c.zip | |
core: Rename `container` mod to `collections`. Closes #12543
Also renames the `Container` trait to `Collection`. [breaking-change]
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index bac4d26b4e4..d319d6bd03d 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -144,7 +144,7 @@ pub use core::cell; pub use core::char; pub use core::clone; #[cfg(not(test))] pub use core::cmp; -pub use core::container; +pub use core::collections; pub use core::default; pub use core::finally; pub use core::intrinsics; |
