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