We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448331a commit 72430b9Copy full SHA for 72430b9
1 file changed
docs/BUILD
@@ -14,10 +14,10 @@
14
15
load("@bazel_skylib//rules:diff_test.bzl", "diff_test")
16
load("@bazel_skylib//rules:expand_template.bzl", "expand_template")
17
+load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
18
load("@stardoc//stardoc:stardoc.bzl", "stardoc")
19
load("//cc/toolchains/impl:documented_api.bzl", "DOCUMENTED_TOOLCHAIN_RULES")
20
load("//cc/toolchains/impl:markdown_helpers.bzl", "xref_substitutions")
-load("//third_party/bazel_rules/rules_shell/shell:sh_binary.bzl", "sh_binary")
21
22
filegroup(
23
name = "srcs",
0 commit comments