about summary refs log tree commit diff
path: root/src/libregex/parse.rs
diff options
context:
space:
mode:
authorAdolfo OchagavĂ­a <aochagavia92@gmail.com>2014-07-04 22:38:13 +0200
committerAdolfo OchagavĂ­a <aochagavia92@gmail.com>2014-07-15 20:34:16 +0200
commit584fbde5d1f9e0048592b44195263dfea0ee8231 (patch)
treea8ed3d1b187108d1793581b5b2b5ffceb514c744 /src/libregex/parse.rs
parentc6b82c7566a2e1da7d0f1697335b47c8c999720e (diff)
downloadrust-584fbde5d1f9e0048592b44195263dfea0ee8231.tar.gz
rust-584fbde5d1f9e0048592b44195263dfea0ee8231.zip
Fix errors
Diffstat (limited to 'src/libregex/parse.rs')
-rw-r--r--src/libregex/parse.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libregex/parse.rs b/src/libregex/parse.rs
index bc1e86449e0..109d32f69b9 100644
--- a/src/libregex/parse.rs
+++ b/src/libregex/parse.rs
@@ -13,7 +13,6 @@ use std::cmp;
 use std::fmt;
 use std::iter;
 use std::num;
-use std::str;
 
 /// Static data containing Unicode ranges for general categories and scripts.
 use unicode::regex::{UNICODE_CLASSES, PERLD, PERLS, PERLW};