We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c6894 commit dc29531Copy full SHA for dc29531
src/librustdoc/html/render.rs
@@ -574,7 +574,7 @@ fn write_shared(
574
575
let write = |p, c| { cx.shared.fs.write(p, c) };
576
if (*cx.shared).layout.logo.is_empty() {
577
- write(cx.path("rust-log.png"), static_files::RUST_LOGO)?;
+ write(cx.path("rust-logo.png"), static_files::RUST_LOGO)?;
578
}
579
if (*cx.shared).layout.favicon.is_empty() {
580
write(cx.path("favicon.ico"), static_files::RUST_FAVICON)?;
0 commit comments