Skip to content

Commit 7470abb

Browse files
committed
intial commit
1 parent 2573773 commit 7470abb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opentelemetry/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ pub use common::{
264264
#[cfg_attr(docsrs, doc(cfg(feature = "metrics")))]
265265
pub mod metrics;
266266

267+
#[cfg(feature = "trace")]
268+
#[cfg_attr(docsrs, doc(cfg(feature = "trace")))]
267269
pub mod propagation;
268270

269271
#[cfg(feature = "trace")]

0 commit comments

Comments
 (0)