mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-06 22:37:39 +03:00
partial matches keep garbage in segments
This commit is contained in:
parent
cfaa2cc3ca
commit
8d29fac124
6 changed files with 57 additions and 6 deletions
|
@ -170,6 +170,7 @@ impl<T: ResourcePath> Path<T> {
|
|||
}
|
||||
}
|
||||
|
||||
/// Iterator to items in parameter container
|
||||
#[derive(Debug)]
|
||||
pub struct PathIter<'a, T> {
|
||||
idx: usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue