Skip to content

Commit 1f50502

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/private/transitions.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ with_import_macro_bootstrapping_mode = rule(
6868
def _without_process_wrapper_transition_impl(_settings, _attr):
6969
"""This transition allows rust_* rules to invoke rustc without process_wrapper."""
7070
return {
71-
"//command_line_option:compilation_mode": "opt",
7271
"//rust/settings:use_process_wrapper": False,
7372
}
7473

0 commit comments

Comments
 (0)