Skip to content

Commit

Permalink
Skip expanding rustc_env from clippy_aspect
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinh Tran committed Sep 19, 2023
1 parent 7b9f3d8 commit f3ef458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/private/clippy.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def _clippy_aspect_impl(target, ctx):
build_env_files = build_env_files,
build_flags_files = build_flags_files,
emit = ["dep-info", "metadata"],
skip_expanding_rustc_env = True,
)

if crate_info.is_test:
Expand Down

0 comments on commit f3ef458

Please sign in to comment.