Skip to content

Commit

Permalink
Remove unused file and use the rules_rust transition allowlist. (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
gigaroby committed Mar 9, 2022
1 parent d9ba374 commit 348c3e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion rust/private/transitions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ without_process_wrapper = rule(
executable = True,
),
"_allowlist_function_transition": attr.label(
default = Label("@bazel_tools//tools/allowlists/function_transition_allowlist"),
default = Label("//tools/allowlists/function_transition_allowlist"),
),
},
)
4 changes: 0 additions & 4 deletions util/process_wrapper/process_wrapper_fake.cc

This file was deleted.

0 comments on commit 348c3e3

Please sign in to comment.