Skip to content

Commit 8d09ef9

Browse files
committed
cleanup
1 parent d00f605 commit 8d09ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,7 +1520,7 @@ options! {
15201520
span_free_formats: bool = (false, parse_bool, [UNTRACKED],
15211521
"exclude spans when debug-printing compiler state (default: no)"),
15221522
split_bundled_libs: bool = (false, parse_bool, [TRACKED],
1523-
"if libfoo.rlib is the rlib, then libfoo.rlib.bundle.* are the corresponding bundled static libraries"),
1523+
"if libfoo.rlib is the rlib, then libfoo.rlib.bundle.* are the corresponding bundled static libraries"),
15241524
split_dwarf_kind: SplitDwarfKind = (SplitDwarfKind::Split, parse_split_dwarf_kind, [TRACKED],
15251525
"split dwarf variant (only if -Csplit-debuginfo is enabled and on relevant platform)
15261526
(default: `split`)

0 commit comments

Comments
 (0)