Skip to content

Add more information on rustdoc search - #65842

Merged
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:more-search-information
Oct 26, 2019
Merged

Add more information on rustdoc search#65842
bors merged 1 commit into
rust-lang:masterfrom
GuillaumeGomez:more-search-information

Conversation

@GuillaumeGomez

Copy link
Copy Markdown
Member

@kinnisonkinnison left a comment

Copy link
Copy Markdown
Contributor

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 👍

Comment threadsrc/librustdoc/html/layout.rs Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Lookfor items inside another one by searching a path:<code>vec::Vec</code>\
Lookfor items inside another one by searching fora path:<code>vec::Vec</code>\

@GuillaumeGomez

Copy link
Copy Markdown
MemberAuthor

Updated.

@kinnisonkinnison left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@JohnTitor

Copy link
Copy Markdown
Member

r? @Dylan-DPC
or someone from rustdoc team

@JohnTitorJohnTitor added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 26, 2019
@Dylan-DPC-zz

Copy link
Copy Markdown

@bors r+ rollup

@bors

bors commented Oct 26, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 1f25fd7 has been approved by Dylan-DPC

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 26, 2019
Centril added a commit to Centril/rust that referenced this pull request Oct 26, 2019
…ion, r=Dylan-DPC
Add more information on rustdoc search
Fixesrust-lang#65735.
r? @kinnison
@CentrilCentril mentioned this pull request Oct 26, 2019
bors added a commit that referenced this pull request Oct 26, 2019
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
@bors
bors merged commit 1f25fd7 into rust-lang:masterOct 26, 2019
@GuillaumeGomez
GuillaumeGomez deleted the more-search-information branch October 27, 2019 10:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add doc tip with '?' for exact search (within double quotes)

5 participants

@GuillaumeGomez@JohnTitor@Dylan-DPC-zz@bors@kinnison