Skip to content

Commit 9fa76dc

Browse files
committed
chore(IDX): remove clippy sysroot workaround
This removes a workaround that was necessary in the past to work around an issue in clippy. The issue is now fixed in clippy, and our clippy version is recent enough to include the fix. See also: * bazelbuild/rules_rust#2277 * rust-lang/rust-clippy#12203
1 parent 616e6dc commit 9fa76dc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.bazelrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ build:fmt --aspects=@rules_rust//rust:defs.bzl%rustfmt_aspect
1515
build:fmt --output_groups=+rustfmt_checks
1616
build --@rules_rust//:rustfmt.toml=//:rustfmt.toml
1717

18-
# https://github.com/bazelbuild/rules_rust/pull/2277 breaks our build in CI
19-
# TODO(levsha): localise the problem and report to the upstream
20-
build --@rules_rust//rust/settings:experimental_toolchain_generated_sysroot=False
21-
2218
build:ci --progress_report_interval=30
2319

2420
# Use hermetic JDK

0 commit comments

Comments
 (0)