compilers/rust: fix typo in standard description
This commit is contained in:
parent
841dc2a4e7
commit
034b3a92d9
|
@ -147,7 +147,7 @@ class RustCompiler(Compiler):
|
||||||
key = OptionKey('std', machine=self.for_machine, lang=self.language)
|
key = OptionKey('std', machine=self.for_machine, lang=self.language)
|
||||||
return {
|
return {
|
||||||
key: coredata.UserComboOption(
|
key: coredata.UserComboOption(
|
||||||
'Rust Eddition to use',
|
'Rust edition to use',
|
||||||
['none', '2015', '2018', '2021'],
|
['none', '2015', '2018', '2021'],
|
||||||
'none',
|
'none',
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue