Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
syntax: fix clippy lints up to rust 1.41.1
Some lints have been intentionally ignored, especially: * any lints that would change public APIs (like &self -> self) * any lints that would introduce new public APIs (like Default over new)
- Loading branch information