std::slice::Items -> Iter
This commit is contained in:
parent
7361b9e415
commit
0ab1ff92b9
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ impl<T: Reader+Seek> ZipReader<T>
|
||||||
}
|
}
|
||||||
|
|
||||||
/// An iterator over the information of all contained files.
|
/// An iterator over the information of all contained files.
|
||||||
pub fn files(&self) -> ::std::slice::Items<ZipFile>
|
pub fn files(&self) -> ::std::slice::Iter<ZipFile>
|
||||||
{
|
{
|
||||||
self.files.as_slice().iter()
|
self.files.as_slice().iter()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue