From 55791cc75cb76f3eebdd012d5cbb897408be0d43 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Thu, 28 Nov 2024 00:59:10 +0000 Subject: [PATCH] Buildifier --- crate_universe/private/local_crate_mirror.bzl | 1 - examples/crate_universe_local_path/WORKSPACE.bazel | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/crate_universe/private/local_crate_mirror.bzl b/crate_universe/private/local_crate_mirror.bzl index af898da53b..f598081966 100644 --- a/crate_universe/private/local_crate_mirror.bzl +++ b/crate_universe/private/local_crate_mirror.bzl @@ -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 = { diff --git a/examples/crate_universe_local_path/WORKSPACE.bazel b/examples/crate_universe_local_path/WORKSPACE.bazel index 8695ba195f..d03b8bcfd2 100644 --- a/examples/crate_universe_local_path/WORKSPACE.bazel +++ b/examples/crate_universe_local_path/WORKSPACE.bazel @@ -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()