Skip to content

Commit

Permalink
rustdoc: Fix search links to enums/typedefs
Browse files Browse the repository at this point in the history
When the values in html::item_type were updated, the JS definitions were
accidentally not updated as well.

Closes #14095
  • Loading branch information
alexcrichton committed May 11, 2014
1 parent 11571cd commit 30927f1
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

9 comments on commit 30927f1

@bors
Copy link
Contributor

@bors bors commented on 30927f1 May 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from kballard
at alexcrichton@30927f1

@bors
Copy link
Contributor

@bors bors commented on 30927f1 May 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging alexcrichton/rust/issue-14095 = 30927f1 into auto

@bors
Copy link
Contributor

@bors bors commented on 30927f1 May 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alexcrichton/rust/issue-14095 = 30927f1 merged ok, testing candidate = c59d9c3e

@bors
Copy link
Contributor

@bors bors commented on 30927f1 May 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from kballard
at alexcrichton@30927f1

@bors
Copy link
Contributor

@bors bors commented on 30927f1 May 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging alexcrichton/rust/issue-14095 = 30927f1 into auto

@bors
Copy link
Contributor

@bors bors commented on 30927f1 May 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alexcrichton/rust/issue-14095 = 30927f1 merged ok, testing candidate = c690bda

@bors
Copy link
Contributor

@bors bors commented on 30927f1 May 11, 2014

@bors
Copy link
Contributor

@bors bors commented on 30927f1 May 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = c690bda

Please sign in to comment.