core: Rename container
mod to collections
. Closes #12543
Also renames the `Container` trait to `Collection`. [breaking-change]
This commit is contained in:
parent
443a1cdf94
commit
50942c7695
46 changed files with 64 additions and 65 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
//! Operations on ASCII strings and characters
|
||||
|
||||
use container::Container;
|
||||
use collections::Collection;
|
||||
use fmt;
|
||||
use iter::Iterator;
|
||||
use mem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue