We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f134370 commit 91c09d4Copy full SHA for 91c09d4
src/bootstrap/doc.rs
@@ -457,7 +457,8 @@ impl Step for Std {
457
let target = self.target;
458
let out = builder.doc_out(target);
459
t!(fs::create_dir_all(&out));
460
- t!(fs::copy(builder.src.join("src/doc/rust.css"), out.join("rust.css")));
+
461
+ builder.ensure(SharedAssets { target: self.target });
462
463
let index_page = builder.src.join("src/doc/index.md").into_os_string();
464
let mut extra_args = vec![
0 commit comments