Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

rustdoc: Fix a couple of issues with the search results #35655

Merged
merged 2 commits into from
Aug 19, 2016

Conversation

ollie27
Copy link
Member

@ollie27 ollie27 commented Aug 13, 2016

  • Fix links to static items in the search results.
  • Don't include the path for primitive methods in the search results. Displaying std::u32::max_value is misleading so just display u32::max_value.

…esults

Displaying `std::u32::max_value` is misleading so just display
`u32::max_value`.
@rust-highfive
Copy link
Collaborator

r? @steveklabnik

(rust_highfive has picked a reviewer for you, use r? to override)

@steveklabnik
Copy link
Member

@bors: r+

thanks!

@bors
Copy link
Contributor

bors commented Aug 19, 2016

📌 Commit 616b101 has been approved by steveklabnik

@bors
Copy link
Contributor

bors commented Aug 19, 2016

⌛ Testing commit 616b101 with merge f883b0b...

bors added a commit that referenced this pull request Aug 19, 2016
…bnik

rustdoc: Fix a couple of issues with the search results

* Fix links to static items in the search results.
* Don't include the path for primitive methods in the search results. Displaying `std::u32::max_value` is misleading so just display `u32::max_value`.
@bors bors merged commit 616b101 into rust-lang:master Aug 19, 2016
@ollie27 ollie27 deleted the rustdoc_search_static_prim branch August 19, 2016 23:47
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants