mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
tweak the description
"in addition to" sounds better than "additionally to"
This commit is contained in:
@@ -1058,7 +1058,7 @@ fn parse_optimization_fuel(slot: &mut Option<(String, u64)>, v: Option<&str>) ->
|
||||
dump_mir_dir: Option<String> = (None, parse_opt_string, [UNTRACKED],
|
||||
"the directory the MIR is dumped into"),
|
||||
dump_mir_graphviz: bool = (false, parse_bool, [UNTRACKED],
|
||||
"additionally to `.mir` files, create graphviz `.dot` files"),
|
||||
"in addition to `.mir` files, create graphviz `.dot` files"),
|
||||
dump_mir_exclude_pass_number: bool = (false, parse_bool, [UNTRACKED],
|
||||
"if set, exclude the pass number when dumping MIR (used in tests)"),
|
||||
mir_emit_validate: usize = (0, parse_uint, [TRACKED],
|
||||
|
||||
Reference in New Issue
Block a user