Skip to content

Commit 6309c7d

Browse files
committed
allow usage of deprecated xrayidgenerator
1 parent 5a90808 commit 6309c7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opentelemetry-sdk/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ pub mod runtime;
137137
#[cfg(any(feature = "testing", test))]
138138
#[cfg_attr(docsrs, doc(cfg(any(feature = "testing", test))))]
139139
pub mod testing;
140+
141+
#[allow(deprecated)]
140142
#[cfg(feature = "trace")]
141143
#[cfg_attr(docsrs, doc(cfg(feature = "trace")))]
142144
pub mod trace;

0 commit comments

Comments
 (0)