Skip to content

Commit 13b029d

Browse files
committed
rustdoc: Add human-readable cfg string for m68k
1 parent 0e4e0ce commit 13b029d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/clean/cfg.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ impl<'a> fmt::Display for Display<'a> {
491491
"aarch64" => "AArch64",
492492
"arm" => "ARM",
493493
"asmjs" => "JavaScript",
494+
"m68k" => "M68k",
494495
"mips" => "MIPS",
495496
"mips64" => "MIPS-64",
496497
"msp430" => "MSP430",

0 commit comments

Comments
 (0)