bazelbuild / bazelbuild/rules_rust

clippy aspect won't report "multiple versions for dependency" warnings

Open
#3,797 2 comments 0 reactions 0 assignees View on GitHub
clippy needs-design
Dominant language
Starlark
Stars
843
Forks
651
Avg merge
2d 18h
Merged PRs (30d)
15

Description

I've noticed that `cargo clippy` will report these warnings ([multiple_crate_versions](https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions)) but `bazel build --config=clippy` will not, even though bazel is in fact building multiple versions of these crates. This means that I still have to run `cargo clippy` instead of `rules_rust`'s `clippy`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.