rustdoc: Add human-readable cfg string for m68k

This commit is contained in:
John Paul Adrian Glaubitz 2021-08-25 07:47:50 +00:00
parent 0e4e0ce884
commit 13b029d6fc

View file

@ -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",