Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Commander-lol committed Apr 6, 2016
1 parent a10e8c6 commit 496ffd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/common/lexer/rule.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
extern crate regex;

use std::cmp;
use std::option::Option;
use self::regex::Regex;
use regex::Regex;

pub struct LexRule {
priority: i32,
Expand Down

0 comments on commit 496ffd4

Please sign in to comment.