Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0bb4291

Browse files
authoredJul 24, 2017
Rollup merge of #43446 - zackmdavis:rustdoc_sidebar_unions, r=GuillaumeGomez
rustdoc: add unions to whitelist of sidebar types This resolves #43405.
2 parents 659bfe5 + 749dcba commit 0bb4291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/librustdoc/html/static/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,7 @@
10651065
block("macro", "Macros");
10661066
block("struct", "Structs");
10671067
block("enum", "Enums");
1068+
block("union", "Unions");
10681069
block("constant", "Constants");
10691070
block("static", "Statics");
10701071
block("trait", "Traits");

0 commit comments

Comments
 (0)
Please sign in to comment.