Merge pull request #2348 from davidalber/remove-unused

Removing unused name
This commit is contained in:
Seiichi Uchida 2018-01-10 16:08:16 +09:00 committed by GitHub
commit 2744190512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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