Skip to content

Commit e59ec33

Browse files
authored
Update transitions.bzl
1 parent 1f50502 commit e59ec33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/private/transitions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def _without_process_wrapper_transition_impl(_settings, _attr):
7474
without_process_wrapper_transition = transition(
7575
implementation = _without_process_wrapper_transition_impl,
7676
inputs = [],
77-
outputs = ["//rust/settings:use_process_wrapper", "//command_line_option:compilation_mode"],
77+
outputs = ["//rust/settings:use_process_wrapper"],
7878
)
7979

8080
def _without_process_wrapper_impl(ctx):

0 commit comments

Comments
 (0)