-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
Enable "Directly go to item in search if there is only one result" option on Settings
Search an unique item in search box generated by rustdoc, it will lead you to the doc of that item.
Click the go back button in browser, the page will change to previous search result and go forward
to the doc of the searched item.
How to reproduce the issue:
- Go to std doc: https://doc.rust-lang.org/nightly/std/index.html
- Search for "PhantomData"
- Click the go back button in browser.
Meta
rustc --version --verbose
: 1.47.0-nightly (e15510c 2020-08-20)
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.