-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
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
Add more information on rustdoc search #65842
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One tiny (optional) tweak, otherwise 👍
src/librustdoc/html/layout.rs
Outdated
your request: <code>\"string\"</code>\ | ||
</p>\ | ||
<p>\ | ||
Look for items inside another one by searching a path: <code>vec::Vec</code>\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look for items inside another one by searching a path: <code>vec::Vec</code>\ | |
Look for items inside another one by searching for a path: <code>vec::Vec</code>\ |
cf3e86e
to
1f25fd7
Compare
Updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
r? @Dylan-DPC |
@bors r+ rollup |
📌 Commit 1f25fd7 has been approved by |
…ion, r=Dylan-DPC Add more information on rustdoc search Fixes rust-lang#65735. r? @kinnison
Rollup of 8 pull requests Successful merges: - #65743 (rustc_typeck: don't record direct callees in generator_interior.) - #65761 (libsyntax: Enhance documentation of the AST module) - #65772 (Remove the last remaining READMEs) - #65773 (Increase spacing for suggestions in diagnostics) - #65791 (Adding doc on keyword continue) - #65824 (rustc: make DefPathData (and friends) Copy (now that it uses Symbol).) - #65828 (Derive Eq and Hash for SourceInfo again) - #65842 (Add more information on rustdoc search) Failed merges: - #65825 (rustc: use IndexVec<DefIndex, T> instead of Vec<T>.) r? @ghost
Fixes #65735.
r? @kinnison