What's Changed
- Fix clippy::inefficient-to-string (pedantic) by @andersk in #860
- Fix clippy::sort-unstable (pedantic) by @andersk in #861
- Fix clippy::trivially-copy-pass-by-ref (pedantic) by @andersk in #862
- Ignore clippy::match-same-arms (pedantic) in a few places by @andersk in #863
- Ignore clippy::unreadable-literal (pedantic) for CONFUSABLES by @andersk in #864
- Automatically remove redundant open modes #640 by @andberger in #843
New Contributors
- @andberger made their first contribution in #843
Full Changelog: v0.0.133...v0.0.134