rust/src/doc/guide-container.md
Steve Klabnik 1b818020a0 Remove container guide.
This isn't really what guides are for, this information belongs in the
module-level docs.

Fixes #9314.
2014-09-13 15:06:00 -04:00

7 lines
220 B
Markdown

% The Rust Containers and Iterators Guide
This guide has been removed, with no direct replacement.
You may enjoy reading the [iterator](std/iter/index.html) and
[collections](std/collections/index.html) documentation.