File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ def experimental_per_crate_rustc_flag():
322
322
The expected flag format is prefix_filter@flag, where any crate with a label or execution path starting
323
323
with the prefix filter will be built with the given flag. The label matching uses the canonical form of
324
324
the label (i.e `//package:label_name`). The execution path is the relative path to your workspace directory
325
- including the base name (including extension) of the crate root. This flag is only applied to the exec
325
+ including the base name (including extension) of the crate root. This flag is not applied to the exec
326
326
configuration (proc-macros, cargo_build_script, etc). Multiple uses are accumulated.
327
327
"""
328
328
_per_crate_rustc_flag (
You can’t perform that action at this time.
0 commit comments