We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5345a3 commit d9b0b6fCopy full SHA for d9b0b6f
src/lib.rs
@@ -104,8 +104,7 @@
104
//! long as doing so complies with this policy.
105
//!
106
//! [subscriber]: tracing_subscriber::subscribe
107
-#![deny(unreachable_pub)]
108
-#![cfg_attr(test, deny(warnings))]
+#![warn(unreachable_pub)]
109
#![doc(html_root_url = "https://docs.rs/tracing-opentelemetry/0.22.0")]
110
#![doc(
111
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
0 commit comments