Skip to content

Commit

Permalink
Remove most usages of extern crate
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Feb 21, 2025
1 parent ded2cb6 commit 89e8915
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@

#![feature(test)]

extern crate bit_set;
extern crate bit_vec;
extern crate rand;
extern crate test;

use bit_set::BitSet;
Expand Down
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,6 @@ impl BitSet<u32> {
/// # Examples
///
/// ```
/// extern crate bit_vec;
/// extern crate bit_set;
///
/// fn main() {
/// use bit_vec::BitVec;
/// use bit_set::BitSet;
Expand Down

0 comments on commit 89e8915

Please sign in to comment.