Removing unused name

This commit is contained in:
David Alber 2018-01-06 21:23:54 -08:00
parent d60a6958f8
commit d981fb89c0

View file

@ -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};