mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
options: fix indentation
rustfmt didn't save me here, sigh
This commit is contained in:
parent
af9e55068c
commit
ed17b568e3
@ -1437,9 +1437,9 @@ options! {
|
||||
"inject the given attribute in the crate"),
|
||||
debug_info_for_profiling: bool = (false, parse_bool, [TRACKED],
|
||||
"emit discriminators and other data necessary for AutoFDO"),
|
||||
debuginfo_compression: DebugInfoCompression = (DebugInfoCompression::None, parse_debuginfo_compression, [TRACKED],
|
||||
"compress debug info sections (none, zlib, zstd, default: none)"),
|
||||
debug_macros: bool = (false, parse_bool, [TRACKED],
|
||||
debuginfo_compression: DebugInfoCompression = (DebugInfoCompression::None, parse_debuginfo_compression, [TRACKED],
|
||||
"compress debug info sections (none, zlib, zstd, default: none)"),
|
||||
debug_macros: bool = (false, parse_bool, [TRACKED],
|
||||
"emit line numbers debug info inside macros (default: no)"),
|
||||
deduplicate_diagnostics: bool = (true, parse_bool, [UNTRACKED],
|
||||
"deduplicate identical diagnostics (default: yes)"),
|
||||
|
Loading…
Reference in New Issue
Block a user