mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 19:23:50 +00:00
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
This commit is contained in:
commit
c690bda159
@ -514,9 +514,9 @@
|
||||
// `rustdoc::html::item_type::ItemType` type in Rust.
|
||||
var itemTypes = ["mod",
|
||||
"struct",
|
||||
"enum",
|
||||
"type",
|
||||
"fn",
|
||||
"typedef",
|
||||
"type",
|
||||
"static",
|
||||
"trait",
|
||||
"impl",
|
||||
|
Loading…
Reference in New Issue
Block a user