aboutsummaryrefslogtreecommitdiff
path: root/benches/word_bounds.rs
diff options
context:
space:
mode:
Diffstat (limited to 'benches/word_bounds.rs')
-rw-r--r--benches/word_bounds.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/benches/word_bounds.rs b/benches/word_bounds.rs
index 035f57e..6b01ddb 100644
--- a/benches/word_bounds.rs
+++ b/benches/word_bounds.rs
@@ -3,8 +3,8 @@ extern crate bencher;
extern crate unicode_segmentation;
use bencher::Bencher;
-use unicode_segmentation::UnicodeSegmentation;
use std::fs;
+use unicode_segmentation::UnicodeSegmentation;
fn word_bounds(bench: &mut Bencher, path: &str) {
let text = fs::read_to_string(path).unwrap();