Removes useless confs from bitv.rs

Linked to #18009
This commit is contained in:
gamazeps 2014-10-16 14:41:00 +02:00
parent 126f224d9a
commit c1f7a19409
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;