aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/rust/hello_lib/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rust/hello_lib/BUILD')
-rw-r--r--examples/rust/hello_lib/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rust/hello_lib/BUILD b/examples/rust/hello_lib/BUILD
index 90941e6a42..c47368727a 100644
--- a/examples/rust/hello_lib/BUILD
+++ b/examples/rust/hello_lib/BUILD
@@ -1,7 +1,7 @@
package(default_visibility = ["//visibility:public"])
load(
- "/tools/build_rules/rust/rust",
+ "//tools/build_rules/rust:rust.bzl",
"rust_library",
"rust_test",
"rust_doc",