diff options
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] |
