Skip to content

Commit

Permalink
Add favicon to essential files
Browse files Browse the repository at this point in the history
This can be tested with `cargo run build add-essential-files && cargo
build chrono 0.4.18`.
  • Loading branch information
jyn514 authored and Joshua Nelson committed Oct 22, 2020
1 parent 65fe581 commit 0e83b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/docbuilder/rustwide_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ use std::sync::Arc;
const USER_AGENT: &str = "docs.rs builder (https://github.com/rust-lang/docs.rs)";
const ESSENTIAL_FILES_VERSIONED: &[&str] = &[
"brush.svg",
"favicon.svg",
"wheel.svg",
"down-arrow.svg",
"dark.css",
Expand Down

0 comments on commit 0e83b5d

Please sign in to comment.