Skip to content

Commit 0bb4291

Browse files
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

+1
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)