We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4e0ce commit 13b029dCopy full SHA for 13b029d
1 file changed
src/librustdoc/clean/cfg.rs
@@ -491,6 +491,7 @@ impl<'a> fmt::Display for Display<'a> {
491
"aarch64" => "AArch64",
492
"arm" => "ARM",
493
"asmjs" => "JavaScript",
494
+ "m68k" => "M68k",
495
"mips" => "MIPS",
496
"mips64" => "MIPS-64",
497
"msp430" => "MSP430",
0 commit comments