Skip to content

Commit f30a602

Browse files
authored
Merge pull request #459 from http-rs/logos
Adds logos for docs.rs
2 parents c1e43f8 + 626336c commit f30a602

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
@@ -182,6 +182,8 @@
182182
#![warn(missing_debug_implementations, rust_2018_idioms)]
183183
#![doc(test(attr(deny(rust_2018_idioms, warnings))))]
184184
#![doc(test(attr(allow(unused_extern_crates, unused_variables))))]
185+
#![doc(html_favicon_url = "https://yoshuawuyts.com/assets/http-rs/favicon.ico")]
186+
#![doc(html_logo_url = "https://yoshuawuyts.com/assets/http-rs/logo-rounded.png")]
185187

186188
mod cookies;
187189
mod endpoint;

0 commit comments

Comments
 (0)