What's Changed
- Fix clippy::default-trait-access (pedantic) by @andersk in #867
- Fix most clippy::pedantic lints by @andersk in #869
- Update README with list of projects by @charliermarsh in #874
- Apply autofixes iteratively until code is stabilized by @charliermarsh in #875
- Return
Vec<Check>
from check_tokens by @charliermarsh in #876 - Remove Mode from various internal checkers by @charliermarsh in #877
- Remove always-inline by @charliermarsh in #879
- Fix clippy::unnecessary_wraps (pedantic) by @charliermarsh in #880
- Enforce most pedantic lints on CI by @charliermarsh in #878
- Apply a limit to the number of fix iterations by @charliermarsh in #882
- Log errors in add_noqa and autoformat calls by @charliermarsh in #881
Full Changelog: v0.0.134...v0.0.135