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 4817f9e + bb53a7d commit 9b533a3Copy full SHA for 9b533a3
src/lib.rs
@@ -97,7 +97,6 @@
97
#![warn(missing_docs, unreachable_pub)]
98
#![allow(clippy::new_without_default)]
99
#![cfg_attr(backtrace, feature(backtrace))]
100
-#![cfg_attr(test, deny(warnings))]
101
#![cfg_attr(feature = "docs", feature(doc_cfg))]
102
#![doc(html_favicon_url = "https://yoshuawuyts.com/assets/http-rs/favicon.ico")]
103
#![doc(html_logo_url = "https://yoshuawuyts.com/assets/http-rs/logo-rounded.png")]
0 commit comments