We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd9a0aa + dc29531 commit bf8491eCopy full SHA for bf8491e
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