We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1e43f8 + 626336c commit f30a602Copy full SHA for f30a602
src/lib.rs
@@ -182,6 +182,8 @@
182
#![warn(missing_debug_implementations, rust_2018_idioms)]
183
#![doc(test(attr(deny(rust_2018_idioms, warnings))))]
184
#![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")]
187
188
mod cookies;
189
mod endpoint;
0 commit comments