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/comm/sync.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/comm') diff --git a/src/libstd/comm/sync.rs b/src/libstd/comm/sync.rs index 7fe505573b7..84ef6d0aa8f 100644 --- a/src/libstd/comm/sync.rs +++ b/src/libstd/comm/sync.rs @@ -33,7 +33,7 @@ /// of a synchronous channel. There are a few branches for the unbuffered case, /// but they're mostly just relevant to blocking senders. -use container::Container; +use collections::Collection; use iter::Iterator; use kinds::Send; use mem; -- cgit 1.4.1-3-g733a5