mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
Rename a parameter.
This seems to be a typo. `singletree` doesn't make sense, and everywhere else it is `singlethread`.
This commit is contained in:
parent
785a26af03
commit
63210bd68c
@ -30,7 +30,7 @@ impl OwnedTargetMachine {
|
||||
data_sections: bool,
|
||||
unique_section_names: bool,
|
||||
trap_unreachable: bool,
|
||||
singletree: bool,
|
||||
singlethread: bool,
|
||||
verbose_asm: bool,
|
||||
emit_stack_size_section: bool,
|
||||
relax_elf_relocations: bool,
|
||||
@ -62,7 +62,7 @@ impl OwnedTargetMachine {
|
||||
data_sections,
|
||||
unique_section_names,
|
||||
trap_unreachable,
|
||||
singletree,
|
||||
singlethread,
|
||||
verbose_asm,
|
||||
emit_stack_size_section,
|
||||
relax_elf_relocations,
|
||||
|
Loading…
Reference in New Issue
Block a user