Clean grep_includes

PiperOrigin-RevId: 548156626
pull/13321/head
Nevena Kotlaja 2 years ago committed by Copybara-Service
parent 0ea00526a1
commit 19d674dca6
  1. 5
      rust/aspects.bzl

@ -297,11 +297,6 @@ def _make_proto_library_aspect(is_upb):
"_cpp_thunks_deps": attr.label(
default = Label("//rust/cpp_kernel:cpp_api"),
),
"_grep_includes": attr.label(
allow_single_file = True,
default = Label("@bazel_tools//tools/cpp:grep-includes"),
cfg = "exec",
),
"_error_format": attr.label(
default = Label("@rules_rust//:error_format"),
),

Loading…
Cancel
Save