We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe37f37 commit 2f3bed0Copy full SHA for 2f3bed0
src/librustdoc/html/static/js/main.js
@@ -1072,6 +1072,9 @@ function preLoadCss(cssUrl) {
1072
div_shortcuts.innerHTML = "<h2>Keyboard Shortcuts</h2><dl>" + shortcuts + "</dl></div>";
1073
1074
const infos = [
1075
+ "For a full list of all search features, take a look <a \
1076
+ href='https://doc.rust-lang.org/stable/rustdoc/how-to-read-rustdoc.html\
1077
+ #the-search-interface'>here</a>.",
1078
"Prefix searches with a type followed by a colon (e.g., <code>fn:</code>) to \
1079
restrict the search to a given item kind.",
1080
"Accepted kinds are: <code>fn</code>, <code>mod</code>, <code>struct</code>, \
0 commit comments