aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/rust/hello_world/BUILD
diff options
context:
space:
mode:
authorGravatar Francois-Rene Rideau <tunes@google.com>2015-07-29 15:40:46 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-07-29 16:04:06 +0000
commit608b4cd3aad529456f5e69072b115f4f760f81b7 (patch)
treea631a00e8a920b6ab395e053018fd552618173f8 /examples/rust/hello_world/BUILD
parenta93c63bb96ac9f540d8d39ae4158cc8bd335e127 (diff)
Introduce trivial rust tests
-- MOS_MIGRATED_REVID=99378104
Diffstat (limited to 'examples/rust/hello_world/BUILD')
-rw-r--r--examples/rust/hello_world/BUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/rust/hello_world/BUILD b/examples/rust/hello_world/BUILD
deleted file mode 100644
index e774dcc835..0000000000
--- a/examples/rust/hello_world/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-package(default_visibility = ["//visibility:public"])
-
-load("/tools/build_rules/rust/rust", "rust_binary")
-
-rust_binary(
- name = "hello_world",
- srcs = ["src/main.rs"],
- deps = ["//examples/rust/hello_lib"],
-)