Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove unneeded nightly feature flag
A previous versin of PathIterator used `advance_by`. I fell for all the issues described in rust-lang/rust#77404 (comment), and eventually switched to using `nth_back` which has already stabilised.
- Loading branch information