diff options
| author | Alexis Beingessner <a.beingessner@gmail.com> | 2014-10-05 13:32:18 -0400 |
|---|---|---|
| committer | Alexis Beingessner <a.beingessner@gmail.com> | 2014-10-06 23:19:14 -0400 |
| commit | 8f4e855009c3314daa8752a0f020e2bf44af0a77 (patch) | |
| tree | 585d0132205f05744097d4f6e1396543b00322ac /src/libcollections | |
| parent | a2e7c4da9b331d337fba0b3911c6d3d7f48e8305 (diff) | |
| download | rust-8f4e855009c3314daa8752a0f020e2bf44af0a77.tar.gz rust-8f4e855009c3314daa8752a0f020e2bf44af0a77.zip | |
library-level docs for collections
Diffstat (limited to 'src/libcollections')
| -rw-r--r-- | src/libcollections/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libcollections/lib.rs b/src/libcollections/lib.rs index 64369855ef8..336863edbab 100644 --- a/src/libcollections/lib.rs +++ b/src/libcollections/lib.rs @@ -9,6 +9,9 @@ // except according to those terms. //! Collection types. +//! +//! See [../std/collections](std::collections) for a detailed discussion of collections in Rust. + #![crate_name = "collections"] #![experimental] |
