auto merge of #18089 : gamazeps/rust/small-bitv-cleanup, r=alexcrichton

I was going to write some doc in order to remove the #[allow(missing_doc)] but there was actually none missing.
I also removed a warning i didn't see in my last commit  #18018
Linked to #18009
This commit is contained in:
bors 2014-10-17 09:22:14 +00:00
commit 93e589c872
1 changed files with 0 additions and 3 deletions

View File

@ -59,8 +59,6 @@
//! println!("There are {} primes below {}", num_primes, max_prime);
//! ```
#![allow(missing_doc)]
use core::prelude::*;
use core::cmp;
@ -1640,7 +1638,6 @@ mod tests {
use std::prelude::*;
use std::iter::range_step;
use std::u32;
use std::uint;
use std::rand;
use std::rand::Rng;
use test::Bencher;