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.
1 parent 0455e4c commit a3aa325Copy full SHA for a3aa325
src/librustdoc/html/layout.rs
@@ -59,7 +59,8 @@ 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
<button class=\"do-search\">Search</button>
65
</form>
66
</nav>
0 commit comments