Removing unused name
This commit is contained in:
parent
d60a6958f8
commit
d981fb89c0
@ -10,7 +10,7 @@
|
||||
|
||||
use std::borrow::Cow;
|
||||
use std::cmp::min;
|
||||
use std::iter::{repeat, ExactSizeIterator};
|
||||
use std::iter::repeat;
|
||||
|
||||
use syntax::{ast, ptr};
|
||||
use syntax::codemap::{BytePos, CodeMap, Span};
|
||||
|
Loading…
Reference in New Issue
Block a user