We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a245642 commit 6f1f3ebCopy full SHA for 6f1f3eb
src/librustdoc/html/static_files.rs
@@ -24,8 +24,7 @@ crate static NORMALIZE_CSS: &str = include_str!("static/normalize.css");
24
/// including search behavior and docblock folding, among others.
25
crate static MAIN_JS: &str = include_str!("static/main.js");
26
27
-/// The file contents of `search-index.js`, which contains the search behavior,
28
-/// and into which is interpolated the search index.
+/// The file contents of `search.js`, which contains the search behavior.
29
crate static SEARCH_JS: &str = include_str!("static/search.js");
30
31
/// The file contents of `settings.js`, which contains the JavaScript used to handle the settings
0 commit comments