You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# doc = "A list of labels to add to a crate's `cargo_build_script::proc_macro_deps` attribute.",
1135
-
# ),
1136
1127
# "build_script_rundir": attr.string(
1137
1128
# doc = "An override for the build script's rundir attribute.",
1138
1129
# ),
@@ -1213,9 +1204,6 @@ _annotation = tag_class(
1213
1204
"patches": attr.label_list(
1214
1205
doc="The `patches` attribute of a Bazel repository rule. See [http_archive.patches](https://docs.bazel.build/versions/main/repo/http.html#http_archive-patches)",
1215
1206
),
1216
-
# "proc_macro_deps": _relative_label_list(
1217
-
# doc = "A list of labels to add to a crate's `rust_library::proc_macro_deps` attribute.",
1218
-
# ),
1219
1207
# "rustc_env": attr.string_dict(
1220
1208
# doc = "Additional variables to set on a crate's `rust_library::rustc_env` attribute.",
0 commit comments