Skip to content

Commit

Permalink
Remove _rustc_env_attr in rust_doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinh Tran committed Oct 9, 2023
1 parent a7c5e12 commit bb6dd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/private/rustdoc_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ def _rust_doc_test_impl(ctx):
output = crate.output,
edition = crate.edition,
rustc_env = crate.rustc_env,
_rustc_env_attr = crate._rustc_env_attr,
rustc_env_files = crate.rustc_env_files,
is_test = True,
compile_data = crate.compile_data,
compile_data_targets = crate.compile_data_targets,
wrapped_crate_type = crate.type,
owner = ctx.label,
skip_expanding_rustc_env = True,
)

if toolchain.target_os == "windows":
Expand Down

0 comments on commit bb6dd4b

Please sign in to comment.