Skip to content

Commit

Permalink
Rollup merge of rust-lang#43446 - zackmdavis:rustdoc_sidebar_unions, …
Browse files Browse the repository at this point in the history
…r=GuillaumeGomez

rustdoc: add unions to whitelist of sidebar types

This resolves rust-lang#43405.
  • Loading branch information
Mark-Simulacrum committed Jul 24, 2017
2 parents 659bfe5 + 749dcba commit 0bb4291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustdoc/html/static/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,7 @@
block("macro", "Macros");
block("struct", "Structs");
block("enum", "Enums");
block("union", "Unions");
block("constant", "Constants");
block("static", "Statics");
block("trait", "Traits");
Expand Down

0 comments on commit 0bb4291

Please sign in to comment.