From 171be726b5bc2f7169d6fe2f2114aff1bde77a99 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Wed, 27 Dec 2023 22:31:47 +0000 Subject: [PATCH] Remove obsolete comment --- MODULE.bazel | 4 ---- 1 file changed, 4 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 3bb1d346a7..365d573a31 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -124,10 +124,6 @@ use_repo( ) rust = use_extension("//rust:extensions.bzl", "rust") - -# Allow us to run, for example, "bazel build //tools/runfiles" with bzlmod. -# Register it as a dev dependency so that we don't force this toolchain on -# downstream users. rust.toolchain(edition = "2021") use_repo(rust, "rust_toolchains")