mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
Rollup merge of #100079 - camelid:fix-doc-star-search, r=Dylan-DPC
Replace `* -> vec` with `-> vec` in docs Fixes #100078. Rustdoc's current syntax is `-> vec`.
This commit is contained in:
@@ -816,7 +816,7 @@ function loadCss(cssFileName) {
|
||||
<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>)",
|
||||
<code>-> 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 \
|
||||
|
||||
Reference in New Issue
Block a user