Skip to content

Commit c1f7a19

Browse files
committed
Removes useless confs from bitv.rs
Linked to #18009
1 parent 126f224 commit c1f7a19

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libcollections/bitv.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@
5959
//! println!("There are {} primes below {}", num_primes, max_prime);
6060
//! ```
6161
62-
#![allow(missing_doc)]
63-
6462
use core::prelude::*;
6563

6664
use core::cmp;
@@ -1640,7 +1638,6 @@ mod tests {
16401638
use std::prelude::*;
16411639
use std::iter::range_step;
16421640
use std::u32;
1643-
use std::uint;
16441641
use std::rand;
16451642
use std::rand::Rng;
16461643
use test::Bencher;

0 commit comments

Comments
 (0)