rustdoc: Add human-readable cfg string for m68k
This commit is contained in:
parent
0e4e0ce884
commit
13b029d6fc
1 changed files with 1 additions and 0 deletions
|
|
@ -491,6 +491,7 @@ impl<'a> fmt::Display for Display<'a> {
|
|||
"aarch64" => "AArch64",
|
||||
"arm" => "ARM",
|
||||
"asmjs" => "JavaScript",
|
||||
"m68k" => "M68k",
|
||||
"mips" => "MIPS",
|
||||
"mips64" => "MIPS-64",
|
||||
"msp430" => "MSP430",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue