diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-09-17 19:42:07 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-09-17 20:50:23 -0700 |
| commit | 88bc11e646c8d1db7ac7894f74e2f660d9a82c54 (patch) | |
| tree | e0dfde7157dadefae8bb2420e8e93f9eefc95bfa /src/libstd/vec.rs | |
| parent | 0efc4822e93221714aa7d142de44a057bdbad2ca (diff) | |
| download | rust-88bc11e646c8d1db7ac7894f74e2f660d9a82c54.tar.gz rust-88bc11e646c8d1db7ac7894f74e2f660d9a82c54.zip | |
Document a few undocumented modules in libstd
Hopefull this will make our libstd docs appear a little more "full".
Diffstat (limited to 'src/libstd/vec.rs')
| -rw-r--r-- | src/libstd/vec.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/vec.rs b/src/libstd/vec.rs index 9fc0eaf72b1..3cdee0eb19a 100644 --- a/src/libstd/vec.rs +++ b/src/libstd/vec.rs @@ -10,6 +10,8 @@ /*! +Vector manipulation + The `vec` module contains useful code to help work with vector values. Vectors are Rust's list type. Vectors contain zero or more values of homogeneous types: |
