We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e66baf + e73d506 commit 3a3ffabCopy full SHA for 3a3ffab
src/librustdoc/html/layout.rs
@@ -59,7 +59,9 @@ pub fn render<T: fmt::Default, S: fmt::Default>(
59
<nav class=\"sub\">
60
<form class=\"search-form js-only\">
61
<input class=\"search-input\" name=\"search\"
62
- autocomplete=\"off\" />
+ autocomplete=\"off\"
63
+ placeholder=\"Search documentation...\"
64
+ type=\"search\" />
65
<button class=\"do-search\">Search</button>
66
</form>
67
</nav>
0 commit comments