Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/libcollections/bitv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@
//! println!("There are {} primes below {}", num_primes, max_prime);
//! ```

#![allow(missing_doc)]

use core::prelude::*;

use core::cmp;
Expand Down Expand Up @@ -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;
Expand Down