Skip to content

Commit bb53a7d

Browse files
committed
dont deny warnings during dev
1 parent 4817f9e commit bb53a7d

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)