Remove leading ::
This commit is contained in:
parent
85a6bf3424
commit
fd5307e60d
@ -46,7 +46,7 @@ impl ReferenceSearchResult {
|
||||
// over FileRanges
|
||||
impl IntoIterator for ReferenceSearchResult {
|
||||
type Item = FileRange;
|
||||
type IntoIter = ::std::vec::IntoIter<FileRange>;
|
||||
type IntoIter = std::vec::IntoIter<FileRange>;
|
||||
|
||||
fn into_iter(mut self) -> Self::IntoIter {
|
||||
let mut v = Vec::with_capacity(self.len());
|
||||
|
Loading…
x
Reference in New Issue
Block a user