Skip to content

Commit c690bda

Browse files
committed
auto merge of #14101 : alexcrichton/rust/issue-14095, r=kballard
When the values in html::item_type were updated, the JS definitions were accidentally not updated as well. Closes #14095
2 parents 032510b + 30927f1 commit c690bda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/librustdoc/html/static/main.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -514,9 +514,9 @@
514514
// `rustdoc::html::item_type::ItemType` type in Rust.
515515
var itemTypes = ["mod",
516516
"struct",
517-
"enum",
517+
"type",
518518
"fn",
519-
"typedef",
519+
"type",
520520
"static",
521521
"trait",
522522
"impl",

0 commit comments

Comments
 (0)