Skip to content

Commit ed8e12f

Browse files
committed
Unversioned -> InvocationSpecific
1 parent 55731bb commit ed8e12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/render/write_shared.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ pub(super) fn write_shared(
305305

306306
if cx.shared.layout.scrape_examples_extension {
307307
cx.write_minify(
308-
SharedResource::Unversioned { name: "scrape-examples.js" },
308+
SharedResource::InvocationSpecific { basename: "scrape-examples.js" },
309309
static_files::SCRAPE_EXAMPLES_JS,
310310
options.enable_minification,
311311
&options.emit,

0 commit comments

Comments
 (0)