Skip to content

Commit bce5318

Browse files
committed
clean up
1 parent cc9b9f6 commit bce5318

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

WORKSPACE

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
workspace(name = "io_bazel_rules_rust")
22

33
load("@bazel_tools//tools/build_defs/repo:git.bzl", "new_git_repository")
4-
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
4+
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
55

66
http_archive(
77
name = "bazel_skylib",
@@ -96,5 +96,3 @@ docs_repositories()
9696
load("@docs//:docs_deps.bzl", docs_deps = "deps")
9797

9898
docs_deps(is_top_level = True)
99-
100-
# TODO: Add rust_worker to this file?

0 commit comments

Comments
 (0)