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 55731bb commit ed8e12fCopy full SHA for ed8e12f
src/librustdoc/html/render/write_shared.rs
@@ -305,7 +305,7 @@ pub(super) fn write_shared(
305
306
if cx.shared.layout.scrape_examples_extension {
307
cx.write_minify(
308
- SharedResource::Unversioned { name: "scrape-examples.js" },
+ SharedResource::InvocationSpecific { basename: "scrape-examples.js" },
309
static_files::SCRAPE_EXAMPLES_JS,
310
options.enable_minification,
311
&options.emit,
0 commit comments