mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-06 14:27:39 +03:00
fix warnings
This commit is contained in:
parent
48b4c64cbb
commit
dd5d43f18f
4 changed files with 4 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue