1
Fork 0

Require module documentation with missing_doc

Closes #9824
This commit is contained in:
Alex Crichton 2013-10-12 19:02:46 -07:00
parent 4d2a402555
commit a84c2999c9
18 changed files with 44 additions and 1 deletions

View file

@ -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::*;