Skip to content

Commit

Permalink
Rollup merge of rust-lang#68166 - ollie27:rustdoc_help_escape, r=Guil…
Browse files Browse the repository at this point in the history
…laumeGomez

rustdoc: HTML escape arrows on help popup

r? @GuillaumeGomez
  • Loading branch information
Dylan-DPC authored Jan 13, 2020
2 parents e71b673 + 79f59fa commit 3163146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustdoc/html/static/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2663,8 +2663,8 @@ function getSearchElement() {
"Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, \
<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 -> usize</code> or \
<code>* -> vec</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>)",
"You can look for items with an exact name by putting double quotes around \
Expand Down

0 comments on commit 3163146

Please sign in to comment.