rustdoc: Fix search links to enums/typedefs
When the values in html::item_type were updated, the JS definitions were accidentally not updated as well. Closes #14095
This commit is contained in:
parent
11571cd9c1
commit
30927f15b7
1 changed files with 2 additions and 2 deletions
|
@ -514,9 +514,9 @@
|
||||||
// `rustdoc::html::item_type::ItemType` type in Rust.
|
// `rustdoc::html::item_type::ItemType` type in Rust.
|
||||||
var itemTypes = ["mod",
|
var itemTypes = ["mod",
|
||||||
"struct",
|
"struct",
|
||||||
"enum",
|
"type",
|
||||||
"fn",
|
"fn",
|
||||||
"typedef",
|
"type",
|
||||||
"static",
|
"static",
|
||||||
"trait",
|
"trait",
|
||||||
"impl",
|
"impl",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue