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 13f3879 commit bc224ecCopy full SHA for bc224ec
src/librustdoc/html/static_files.rs
@@ -95,6 +95,7 @@ static_files! {
95
normalize_css => "static/css/normalize.css",
96
main_js => "static/js/main.js",
97
search_js => "static/js/search.js",
98
+ search_core_js => "static/js/search-core.js",
99
settings_js => "static/js/settings.js",
100
src_script_js => "static/js/src-script.js",
101
storage_js => "static/js/storage.js",
0 commit comments