Skip to content

Commit

Permalink
rustdoc: add unions to whitelist of sidebar types
Browse files Browse the repository at this point in the history
This resolves #43405.
  • Loading branch information
zackmdavis committed Jul 24, 2017
1 parent afe145d commit 749dcba
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 749dcba

Please sign in to comment.