Skip to content

Commit 0e83b5d

Browse files
jyn514Joshua Nelson
authored and
Joshua Nelson
committed
Add favicon to essential files
This can be tested with `cargo run build add-essential-files && cargo build chrono 0.4.18`.
1 parent 65fe581 commit 0e83b5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/docbuilder/rustwide_builder.rs

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ use std::sync::Arc;
2626
const USER_AGENT: &str = "docs.rs builder (https://github.com/rust-lang/docs.rs)";
2727
const ESSENTIAL_FILES_VERSIONED: &[&str] = &[
2828
"brush.svg",
29+
"favicon.svg",
2930
"wheel.svg",
3031
"down-arrow.svg",
3132
"dark.css",

0 commit comments

Comments
 (0)