Skip to content

Commit

Permalink
pw_toolchain: Add clippy-driver to rust toolchains
Browse files Browse the repository at this point in the history
Bug: 268087116
Change-Id: I1c7bfae3ad0cbc0739833bee922b61c81b5de724
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/217211
Commit-Queue: Auto-Submit <[email protected]>
Lint: Lint 🤖 <[email protected]>
Reviewed-by: Ted Pudlik <[email protected]>
Pigweed-Auto-Submit: Erik Gilling <[email protected]>
  • Loading branch information
konkers authored and CQ Bot Account committed Jun 20, 2024
1 parent 1d9d180 commit d65c4f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pw_toolchain/rust/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def _pw_rust_toolchain(
rust_toolchain(
name = "{}_rust_toolchain".format(name),
binary_ext = "",
clippy_driver = "{}//:bin/clippy-driver".format(toolchain_repo),
default_edition = "2021",
dylib_ext = dylib_ext,
exec_compatible_with = exec_compatible_with,
Expand Down

0 comments on commit d65c4f2

Please sign in to comment.