Commits
Click on a commit to change the comparison rangeReplace clippy `allow` with `expect` where lints are triggered
Update all `#[allow(clippy::...)]` directives to use `#[expect(clippy::...)]`
to ensure lint suppressions are validated. Remove unused lint suppressions that
were never triggered.
Keep `#[allow(clippy::enum_glob_use)]` in one case where the lint behavior
differs between lib and test targets.