diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-07-01 04:25:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-01 04:25:35 +0200 |
| commit | 79e96c0dc580d511e2327c30b17001774a2721ae (patch) | |
| tree | ca0bbb54c26785a4b605279961b634d412326b64 | |
| parent | 96fd669328eba556a8066deb014a726d9e4c7929 (diff) | |
| parent | c702055df88e6782c12c323de5c12cfadf1576ce (diff) | |
| download | rust-79e96c0dc580d511e2327c30b17001774a2721ae.tar.gz rust-79e96c0dc580d511e2327c30b17001774a2721ae.zip | |
Rollup merge of #143178 - eeshvardasikcm:master, r=notriddle
rustdoc default faviocon rust-lang/rust#143154 default favicon now appears to be the new behavior, instead of no favicon.
| -rw-r--r-- | src/doc/rustdoc/src/write-documentation/the-doc-attribute.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/write-documentation/the-doc-attribute.md b/src/doc/rustdoc/src/write-documentation/the-doc-attribute.md index 65e6b417427..4d7f1a4aafc 100644 --- a/src/doc/rustdoc/src/write-documentation/the-doc-attribute.md +++ b/src/doc/rustdoc/src/write-documentation/the-doc-attribute.md @@ -62,7 +62,7 @@ This form of the `doc` attribute lets you control the favicon of your docs. This will put `<link rel="icon" href="{}">` into your docs, where the string for the attribute goes into the `{}`. -If you don't use this attribute, there will be no favicon. +If you don't use this attribute, a default favicon will be used. ### `html_logo_url` |
