- Use default github rust version
- Stop using clippy action, it has been unmaintained since 2020
- No longer enforce nightly fmt rules in CI (they can still be enforced
in commit hooks or nix
- No longer use cargo test unstable options
- Run `cargo clippy --fix` to fix new errors