diff options
| -rw-r--r-- | src/librustdoc/html/layout.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustdoc/html/layout.rs b/src/librustdoc/html/layout.rs index 582f31ce7c7..6868c7707ad 100644 --- a/src/librustdoc/html/layout.rs +++ b/src/librustdoc/html/layout.rs @@ -83,6 +83,7 @@ pub fn render<T: fmt::Display, S: fmt::Display>( <div class=\"search-container\">\ <input class=\"search-input\" name=\"search\" \ autocomplete=\"off\" \ + spellcheck=\"false\" \ placeholder=\"Click or press ‘S’ to search, ‘?’ for more options…\" \ type=\"search\">\ <a id=\"settings-menu\" href=\"{root_path}settings.html\">\ |
