File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,6 @@ filegroup(
55
55
visibility = ["//:__subpackages__" ],
56
56
)
57
57
58
- TAGS = [
59
- # https://github.com/rust-lang/rust-clippy/issues/8470
60
- "noclippy" ,
61
- ]
62
-
63
58
rust_library (
64
59
name = "cargo_bazel" ,
65
60
srcs = glob (
@@ -72,7 +67,6 @@ rust_library(
72
67
exclude = ["src/**/*.rs" ],
73
68
),
74
69
proc_macro_deps = all_crate_deps (proc_macro = True ),
75
- tags = TAGS ,
76
70
version = VERSION ,
77
71
visibility = ["//visibility:public" ],
78
72
deps = all_crate_deps (normal = True ),
@@ -81,7 +75,6 @@ rust_library(
81
75
rust_binary (
82
76
name = "cargo_bazel_bin" ,
83
77
srcs = ["src/main.rs" ],
84
- tags = TAGS ,
85
78
version = VERSION ,
86
79
visibility = ["//visibility:public" ],
87
80
deps = [":cargo_bazel" ],
@@ -108,7 +101,6 @@ rust_test(
108
101
"CARGO" : "$(rootpath @rules_rust//rust/toolchain:current_exec_cargo_files)" ,
109
102
"RUSTC" : "$(rootpath @rules_rust//rust/toolchain:current_exec_rustc_files)" ,
110
103
},
111
- tags = TAGS ,
112
104
deps = [
113
105
"@rules_rust//tools/runfiles" ,
114
106
] + all_crate_deps (
You can’t perform that action at this time.
0 commit comments