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
Copy file name to clipboardExpand all lines: crate_universe/extension.bzl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -279,7 +279,7 @@ _annotation = tag_class(
279
279
default="auto",
280
280
),
281
281
patch_args=attr.string_list(doc="The `patch_args` attribute of a Bazel repository rule. See [http_archive.patch_args](https://docs.bazel.build/versions/main/repo/http.html#http_archive-patch_args)"),
282
-
patch_tool=attr.string_list(doc="The `patch_tool` attribute of a Bazel repository rule. See [http_archive.patch_tool](https://docs.bazel.build/versions/main/repo/http.html#http_archive-patch_tool)"),
282
+
patch_tool=attr.string(doc="The `patch_tool` attribute of a Bazel repository rule. See [http_archive.patch_tool](https://docs.bazel.build/versions/main/repo/http.html#http_archive-patch_tool)"),
283
283
patches=attr.label_list(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)"),
284
284
proc_macro_deps=_relative_label_list(doc="A list of labels to add to a crate's `rust_library::proc_macro_deps` attribute."),
285
285
rustc_env=attr.string_dict(doc="Additional variables to set on a crate's `rust_library::rustc_env` attribute."),
0 commit comments