Skip to content

Commit

Permalink
Buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinh Tran committed Sep 26, 2023
1 parent 2e3d772 commit 93c0fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/private/providers.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CrateInfo = provider(
"proc_macro_deps": "depset[DepVariantInfo]: This crate's rust proc_macro dependencies' providers.",
"root": "File: The source File entrypoint to this crate, eg. lib.rs",
# TODO: Remove `_rustc_env_attr` after refactoring rust_test to only rely on rustc_env
"_rustc_env_attr": "Dict[String, String]: Additional `\"key\": \"value\"` environment variables to set for rustc.",
"_rustc_env_attr": "Dict[String, String]: Additional `\"key\": \"value\"` environment variables to set for rustc.",
"rustc_env": "Dict[String, String]: Additional `\"key\": \"value\"` environment variables to set for rustc.",
"rustc_env_files": "[File]: Files containing additional environment variables to set for rustc.",
"srcs": "depset[File]: All source Files that are part of the crate.",
Expand Down

0 comments on commit 93c0fbe

Please sign in to comment.