Skip to content

Commit 749dcba

Browse files
committed
rustdoc: add unions to whitelist of sidebar types
This resolves rust-lang#43405.
1 parent afe145d commit 749dcba

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)