commit | 8802f4ddbd2393ff87c494cb52c2e29313201a61 | [log] [tgz] |
---|---|---|
author | Geoffry Song <goffrie@gmail.com> | Wed Apr 10 17:15:13 2024 +0900 |
committer | GitHub <noreply@github.com> | Wed Apr 10 08:15:13 2024 +0000 |
tree | 4ba670bf1a9b0e958b060e6b7b79ef1a165c0254 | |
parent | 6489c3881f950a3bdb6f057d899c19b0b186e87f [diff] |
clippy: use --cap-lints=warn; apply clippy_flags when capture_output=True (#2451) Instead of using `-Wclippy::all` to override deny-by-default clippy lints into warnings, use `--cap-lints=warn`. This allows users to provide whatever lint flags they like and the compiler will still succeed. Co-authored-by: Krasimir Georgiev <krasimir@google.com> Co-authored-by: scentini <rosica@google.com>
This repository provides rules for building Rust projects with Bazel.
General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust
.
Please refer to the full documentation.