mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +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,
|
data_sections: bool,
|
||||||
unique_section_names: bool,
|
unique_section_names: bool,
|
||||||
trap_unreachable: bool,
|
trap_unreachable: bool,
|
||||||
singletree: bool,
|
singlethread: bool,
|
||||||
verbose_asm: bool,
|
verbose_asm: bool,
|
||||||
emit_stack_size_section: bool,
|
emit_stack_size_section: bool,
|
||||||
relax_elf_relocations: bool,
|
relax_elf_relocations: bool,
|
||||||
@ -62,7 +62,7 @@ impl OwnedTargetMachine {
|
|||||||
data_sections,
|
data_sections,
|
||||||
unique_section_names,
|
unique_section_names,
|
||||||
trap_unreachable,
|
trap_unreachable,
|
||||||
singletree,
|
singlethread,
|
||||||
verbose_asm,
|
verbose_asm,
|
||||||
emit_stack_size_section,
|
emit_stack_size_section,
|
||||||
relax_elf_relocations,
|
relax_elf_relocations,
|
||||||
|
Loading…
Reference in New Issue
Block a user