partial matches keep garbage in segments

This commit is contained in:
Nikolay Kim 2021-02-26 14:56:43 +06:00
parent cfaa2cc3ca
commit 8d29fac124
6 changed files with 57 additions and 6 deletions

View file

@ -170,6 +170,7 @@ impl<T: ResourcePath> Path<T> {
}
}
/// Iterator to items in parameter container
#[derive(Debug)]
pub struct PathIter<'a, T> {
idx: usize,