From 50942c7695783875bd2161596036a52755ffb09c Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 19 May 2014 11:32:09 -0700 Subject: core: Rename `container` mod to `collections`. Closes #12543 Also renames the `Container` trait to `Collection`. [breaking-change] --- src/libstd/path/mod.rs | 2 +- src/libstd/path/windows.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libstd/path') diff --git a/src/libstd/path/mod.rs b/src/libstd/path/mod.rs index 681b19a2d1a..a101f043212 100644 --- a/src/libstd/path/mod.rs +++ b/src/libstd/path/mod.rs @@ -65,7 +65,7 @@ println!("path exists: {}", path.exists()); #![deny(deprecated_owned_vector)] -use container::Container; +use collections::Collection; use c_str::CString; use clone::Clone; use fmt; diff --git a/src/libstd/path/windows.rs b/src/libstd/path/windows.rs index 9bb137edb82..011dfa6eeac 100644 --- a/src/libstd/path/windows.rs +++ b/src/libstd/path/windows.rs @@ -14,7 +14,7 @@ use ascii::AsciiCast; use c_str::{CString, ToCStr}; use clone::Clone; use cmp::{PartialEq, Eq}; -use container::Container; +use collections::Collection; use from_str::FromStr; use hash; use io::Writer; -- cgit 1.4.1-3-g733a5