Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(.github): run cargo clippy on each crate individually
> Use cargo-hack to run clippy on each crate individually with its > respective default features only. Can reveal warnings otherwise > hidden given that a plain cargo clippy combines all features of the > workspace. See e.g. #1695.
- Loading branch information