Skip to content

Commit

Permalink
Remove nacl from librustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Oct 5, 2017
1 parent 329b901 commit 327116a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/librustdoc/clean/cfg.rs
Expand Up @@ -337,7 +337,6 @@ impl<'a> fmt::Display for Html<'a> {
"l4re" => "L4Re",
"linux" => "Linux",
"macos" => "macOS",
"nacl" => "NaCl",
"netbsd" => "NetBSD",
"openbsd" => "OpenBSD",
"redox" => "Redox",
Expand Down Expand Up @@ -886,4 +885,4 @@ mod test {
only."
);
}
}
}

0 comments on commit 327116a

Please sign in to comment.