Skip to content

Commit

Permalink
Buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Nov 28, 2024
1 parent 7f09c68 commit 55791cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion crate_universe/private/local_crate_mirror.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def _local_crate_mirror_impl(repository_ctx):
# continue
# repository_ctx.symlink(child_abs, child_abs.basename)


local_crate_mirror = repository_rule(
implementation = _local_crate_mirror_impl,
attrs = {
Expand Down
1 change: 1 addition & 0 deletions examples/crate_universe_local_path/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ local_repository(
name = "rules_rust",
path = "../../",
)

load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains")

rules_rust_dependencies()
Expand Down

0 comments on commit 55791cc

Please sign in to comment.