about summary refs log tree commit diff
path: root/src/libstd/vec.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2013-09-17 19:42:07 -0700
committerAlex Crichton <alex@alexcrichton.com>2013-09-17 20:50:23 -0700
commit88bc11e646c8d1db7ac7894f74e2f660d9a82c54 (patch)
treee0dfde7157dadefae8bb2420e8e93f9eefc95bfa /src/libstd/vec.rs
parent0efc4822e93221714aa7d142de44a057bdbad2ca (diff)
downloadrust-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.rs2
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: