Skip to content

Commit

Permalink
auto merge of rust-lang#14101 : alexcrichton/rust/issue-14095, r=kbal…
Browse files Browse the repository at this point in the history
…lard

When the values in html::item_type were updated, the JS definitions were
accidentally not updated as well.

Closes rust-lang#14095
  • Loading branch information
bors committed May 11, 2014
2 parents 032510b + 30927f1 commit c690bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustdoc/html/static/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,9 @@
// `rustdoc::html::item_type::ItemType` type in Rust.
var itemTypes = ["mod",
"struct",
"enum",
"type",
"fn",
"typedef",
"type",
"static",
"trait",
"impl",
Expand Down

0 comments on commit c690bda

Please sign in to comment.