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 0e899d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/private/rustdoc_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ 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,
Expand Down

0 comments on commit 0e899d7

Please sign in to comment.