summary refs log tree commit diff
path: root/src/libstd/vec.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-10-16 18:11:22 -0700
committerbors <bors@rust-lang.org>2013-10-16 18:11:22 -0700
commitc92f2168d49ee330992b9e23cd3dabf695e0d248 (patch)
tree0c46e9f339892186b981cdf253d9cf9e4d0e543b /src/libstd/vec.rs
parent63e097d8c34143411ea6d3146493bd6d8f3428d7 (diff)
parentfc06f7922db0b4d1063f4f29157635117d853426 (diff)
downloadrust-c92f2168d49ee330992b9e23cd3dabf695e0d248.tar.gz
rust-c92f2168d49ee330992b9e23cd3dabf695e0d248.zip
auto merge of #9833 : alexcrichton/rust/fixes, r=brson
Commits have all the fun details
Diffstat (limited to 'src/libstd/vec.rs')
-rw-r--r--src/libstd/vec.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/vec.rs b/src/libstd/vec.rs
index 93374d97db5..3962df8e3bd 100644
--- a/src/libstd/vec.rs
+++ b/src/libstd/vec.rs
@@ -603,6 +603,7 @@ impl<'self, T> RandomAccessIterator<&'self [T]> for ChunkIter<'self, T> {
 // Equality
 
 #[cfg(not(test))]
+#[allow(missing_doc)]
 pub mod traits {
     use super::*;