Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clippy is complaining about using `.get(0)` instead of `.fist()` in methods where we are getting more than just the first item. Suppress those warning. Also fixes some actual issues.
- Loading branch information