Skip to content

Commit 93e589c

Browse files
committed
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
2 parents fa59bb0 + c1f7a19 commit 93e589c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libcollections/bitv.rs

-3
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)