Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: replace --all in cargo clippy/test with --workspace
The `--all` flag in `cargo check/clippy/test` has been deprecated in favor of `--workspace`: rust-lang/cargo#7241. `--all` in `cargo fmt` is retained because it has a little different meaning. From rust-lang/rustfmt#3911: > For example, when running `cargo fmt` in the root directory of a > workspace, `cargo fmt` already formats all of the workspace members. > Running `cargo fmt --all` formats the workspace *plus* any local/path > based dependencies of the packages in that workspace, regardless of > whether those local deps are explicit workspace members.
- Loading branch information