Skip to content

Commit 327116a

Browse files
committed
Remove nacl from librustdoc
1 parent 329b901 commit 327116a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustdoc/clean/cfg.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ impl<'a> fmt::Display for Html<'a> {
337337
"l4re" => "L4Re",
338338
"linux" => "Linux",
339339
"macos" => "macOS",
340-
"nacl" => "NaCl",
341340
"netbsd" => "NetBSD",
342341
"openbsd" => "OpenBSD",
343342
"redox" => "Redox",
@@ -886,4 +885,4 @@ mod test {
886885
only."
887886
);
888887
}
889-
}
888+
}

0 commit comments

Comments
 (0)