Skip to content

Commit

Permalink
Remove unused import that caused the warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vors committed Jun 2, 2018
1 parent 8463a0d commit 9510cec
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 9510cec

Please sign in to comment.