Skip to content

Commit 348c3e3

Browse files
authored
Remove unused file and use the rules_rust transition allowlist. (#1182)
1 parent d9ba374 commit 348c3e3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

rust/private/transitions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ without_process_wrapper = rule(
105105
executable = True,
106106
),
107107
"_allowlist_function_transition": attr.label(
108-
default = Label("@bazel_tools//tools/allowlists/function_transition_allowlist"),
108+
default = Label("//tools/allowlists/function_transition_allowlist"),
109109
),
110110
},
111111
)

util/process_wrapper/process_wrapper_fake.cc

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)