Skip to content

Commit

Permalink
Removes useless confs from bitv.rs
Browse files Browse the repository at this point in the history
Linked to #18009
  • Loading branch information
gamazeps committed Oct 16, 2014
1 parent 126f224 commit c1f7a19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/libcollections/bitv.rs
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

5 comments on commit c1f7a19

@bors
Copy link
Contributor

@bors bors commented on c1f7a19 Oct 17, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at gamazeps@c1f7a19

@bors
Copy link
Contributor

@bors bors commented on c1f7a19 Oct 17, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging gamazeps/rust/small-bitv-cleanup = c1f7a19 into auto

@bors
Copy link
Contributor

@bors bors commented on c1f7a19 Oct 17, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gamazeps/rust/small-bitv-cleanup = c1f7a19 merged ok, testing candidate = 93e589c

@bors
Copy link
Contributor

@bors bors commented on c1f7a19 Oct 17, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on c1f7a19 Oct 17, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 93e589c

Please sign in to comment.