Closed
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)