Skip to content

Commit 39fb27d

Browse files
committed
Add docs.rs logos
1 parent 7710760 commit 39fb27d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
#![warn(missing_docs, unreachable_pub)]
9898
#![cfg_attr(test, deny(warnings))]
9999
#![cfg_attr(feature = "docs", feature(doc_cfg))]
100+
#![doc(html_favicon_url = "https://yoshuawuyts.com/assets/http-rs/favicon.ico")]
101+
#![doc(html_logo_url = "https://yoshuawuyts.com/assets/http-rs/logo-rounded.png")]
100102

101103
/// HTTP cookies.
102104
pub mod cookies {

0 commit comments

Comments
 (0)