Skip to content

Commit

Permalink
FIX: Remove unused imports in benches/faststring.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Jan 4, 2018
1 parent 24e407a commit 5866900
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions benches/faststring.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
#![feature(test)]
extern crate test;
extern crate rand;
extern crate fnv;
extern crate lazy_static;

use fnv::FnvHasher;
use std::hash::BuildHasherDefault;
type FnvBuilder = BuildHasherDefault<FnvHasher>;

use test::Bencher;

#[macro_use] extern crate ordermap;
extern crate ordermap;

use ordermap::OrderMap;

Expand Down

0 comments on commit 5866900

Please sign in to comment.