aboutsummaryrefslogtreecommitdiff
path: root/benches/unicode_words.rs
diff options
context:
space:
mode:
Diffstat (limited to 'benches/unicode_words.rs')
-rw-r--r--benches/unicode_words.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/benches/unicode_words.rs b/benches/unicode_words.rs
index 731e325..c87851a 100644
--- a/benches/unicode_words.rs
+++ b/benches/unicode_words.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 unicode_words(bench: &mut Bencher, path: &str) {
let text = fs::read_to_string(path).unwrap();