From c1f7a19409c15622520de9fbd7506c6c2443cd1e Mon Sep 17 00:00:00 2001 From: gamazeps Date: Thu, 16 Oct 2014 14:41:00 +0200 Subject: [PATCH] Removes useless confs from bitv.rs Linked to #18009 --- src/libcollections/bitv.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libcollections/bitv.rs b/src/libcollections/bitv.rs index 81f30097ea58e..1e081ae8a4b7a 100644 --- a/src/libcollections/bitv.rs +++ b/src/libcollections/bitv.rs @@ -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;