Skip to content

Commit 9b533a3

Browse files
authored
Merge pull request #245 from http-rs/fix-warnings
dont deny warnings during dev
2 parents 4817f9e + bb53a7d commit 9b533a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797
#![warn(missing_docs, unreachable_pub)]
9898
#![allow(clippy::new_without_default)]
9999
#![cfg_attr(backtrace, feature(backtrace))]
100-
#![cfg_attr(test, deny(warnings))]
101100
#![cfg_attr(feature = "docs", feature(doc_cfg))]
102101
#![doc(html_favicon_url = "https://yoshuawuyts.com/assets/http-rs/favicon.ico")]
103102
#![doc(html_logo_url = "https://yoshuawuyts.com/assets/http-rs/logo-rounded.png")]

0 commit comments

Comments
 (0)