Skip to content

Commit

Permalink
Merge pull request #174 from vors/remove-warning
Browse files Browse the repository at this point in the history
Remove unused import that caused the warning
  • Loading branch information
trishume authored Jun 2, 2018
2 parents 8463a0d + 9510cec commit 231eafc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/parsing/syntax_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ use std::ops::DerefMut;
use std::mem;
use std::rc::Rc;

// TODO this is unused in nightly but used in stable, remove eventually
#[allow(unused_imports)]
use std::ascii::AsciiExt;

use std::sync::Mutex;
use onig::Regex;

Expand Down

0 comments on commit 231eafc

Please sign in to comment.