Skip to content

Commit d9b0b6f

Browse files
committed
Stop denying lints, will be caught in CI
1 parent a5345a3 commit d9b0b6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@
104104
//! long as doing so complies with this policy.
105105
//!
106106
//! [subscriber]: tracing_subscriber::subscribe
107-
#![deny(unreachable_pub)]
108-
#![cfg_attr(test, deny(warnings))]
107+
#![warn(unreachable_pub)]
109108
#![doc(html_root_url = "https://docs.rs/tracing-opentelemetry/0.22.0")]
110109
#![doc(
111110
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",

0 commit comments

Comments
 (0)