Skip to content

Commit afd1536

Browse files
authored
Update opentelemetry-sdk/src/lib.rs
1 parent 9ee3ec6 commit afd1536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
#![doc(
119119
html_logo_url = "https://raw.githubusercontent.com/open-telemetry/opentelemetry-rust/main/assets/logo.svg"
120120
)]
121-
// #![cfg_attr(test, deny(warnings))]
121+
#![cfg_attr(test, deny(warnings))]
122122

123123
pub mod export;
124124
pub(crate) mod growable_array;

0 commit comments

Comments
 (0)