fix warnings

This commit is contained in:
Nikolay Kim 2020-03-22 21:12:09 +06:00
parent 48b4c64cbb
commit dd5d43f18f
4 changed files with 4 additions and 3 deletions

View file

@ -151,7 +151,7 @@ impl<T: ResourcePath> Path<T> {
}
/// Return iterator to items in parameter container
pub fn iter(&self) -> PathIter<T> {
pub fn iter(&self) -> PathIter<'_, T> {
PathIter {
idx: 0,
params: self,