Skip to content

Commit e8a2878

Browse files
lalitbutpillacijothomas
authored
fix: missing thiserror crate when building with --no-default-features (#2413)
Co-authored-by: Utkarsh Umesan Pillai <[email protected]> Co-authored-by: Cijo Thomas <[email protected]>
1 parent f9581f5 commit e8a2878

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)