Skip to content

Commit

Permalink
Rollup merge of rust-lang#109820 - notriddle:notriddle/help-comma, r=…
Browse files Browse the repository at this point in the history
…camelid

rustdoc-search: update docs for comma in `?` help popover
  • Loading branch information
GuillaumeGomez authored Mar 31, 2023
2 parents 32842e8 + 54ef3a4 commit 083c128
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/librustdoc/html/static/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1016,9 +1016,7 @@ function preLoadCss(cssUrl) {
<code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, \
and <code>const</code>.",
"Search functions by type signature (e.g., <code>vec -&gt; usize</code> or \
<code>-&gt; vec</code>)",
"Search multiple things at once by splitting your query with comma (e.g., \
<code>str,u8</code> or <code>String,struct:Vec,test</code>)",
<code>-&gt; vec</code> or <code>String, enum:Cow -&gt; bool</code>)",
"You can look for items with an exact name by putting double quotes around \
your request: <code>\"string\"</code>",
"Look for items inside another one by searching for a path: <code>vec::Vec</code>",
Expand Down

0 comments on commit 083c128

Please sign in to comment.