Skip to content

Commit 9eca1ef

Browse files
committed
reenable clippy for cargo_bazel
1 parent 7d3dafe commit 9eca1ef

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

crate_universe/BUILD.bazel

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ filegroup(
5555
visibility = ["//:__subpackages__"],
5656
)
5757

58-
TAGS = [
59-
# https://github.com/rust-lang/rust-clippy/issues/8470
60-
"noclippy",
61-
]
62-
6358
rust_library(
6459
name = "cargo_bazel",
6560
srcs = glob(
@@ -72,7 +67,6 @@ rust_library(
7267
exclude = ["src/**/*.rs"],
7368
),
7469
proc_macro_deps = all_crate_deps(proc_macro = True),
75-
tags = TAGS,
7670
version = VERSION,
7771
visibility = ["//visibility:public"],
7872
deps = all_crate_deps(normal = True),
@@ -81,7 +75,6 @@ rust_library(
8175
rust_binary(
8276
name = "cargo_bazel_bin",
8377
srcs = ["src/main.rs"],
84-
tags = TAGS,
8578
version = VERSION,
8679
visibility = ["//visibility:public"],
8780
deps = [":cargo_bazel"],
@@ -108,7 +101,6 @@ rust_test(
108101
"CARGO": "$(rootpath @rules_rust//rust/toolchain:current_exec_cargo_files)",
109102
"RUSTC": "$(rootpath @rules_rust//rust/toolchain:current_exec_rustc_files)",
110103
},
111-
tags = TAGS,
112104
deps = [
113105
"@rules_rust//tools/runfiles",
114106
] + all_crate_deps(

0 commit comments

Comments
 (0)