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
Results that differ in only the parent type are missing in the search results. For example searching is_nan misses f64::is_nan: https://doc.rust-lang.org/nightly/std/?search=is_nan. It also says there are 4 results but only shows 3.
is_nan
f64::is_nan
This is a stable to beta regression caused by #49757. cc. @GuillaumeGomez
The text was updated successfully, but these errors were encountered:
Auto merge of #50259 - GuillaumeGomez:improve-results, r=ollie27
d5ecf70
Rustdoc improvements Fixes #50658. (last commit) A lot of small improvements. r? @QuietMisdreavus
GuillaumeGomez
No branches or pull requests
Results that differ in only the parent type are missing in the search results. For example searching
is_nan
missesf64::is_nan
: https://doc.rust-lang.org/nightly/std/?search=is_nan. It also says there are 4 results but only shows 3.This is a stable to beta regression caused by #49757. cc. @GuillaumeGomez
The text was updated successfully, but these errors were encountered: