We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On http://static.rust-lang.org/doc/master/std/ in Firefox, pressing the / key both initiates an in-page search and opens a help overlay. Only pressing ? should open the help overlay.
/
?
The text was updated successfully, but these errors were encountered:
I can confirm this here as well.
Sorry, something went wrong.
rustdoc: Prevent '/' from showing the help dialog
0caca8f
Only '?' should do that. Fixes rust-lang#24289.
cef96b9
rollup merge of rust-lang#24337: barosl/rustdoc-help-key
5780fc1
Successfully merging a pull request may close this issue.
On http://static.rust-lang.org/doc/master/std/ in Firefox, pressing the
/
key both initiates an in-page search and opens a help overlay. Only pressing?
should open the help overlay.The text was updated successfully, but these errors were encountered: