Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct the counting of the number of arguments
Clippy rightfully complains, that a `.skip(0)` does not make sense and likely should have been a `.skip(1)`. This commit changes it, but it is strange, that both versions work and pass the test suite. Therefore this is a separate commit, so it could be reverted if necessary.
- Loading branch information