diff --git a/common/base/src/lib.rs b/common/base/src/lib.rs index eed7df08b6..3325612858 100644 --- a/common/base/src/lib.rs +++ b/common/base/src/lib.rs @@ -59,7 +59,7 @@ macro_rules! span { } #[cfg(feature = "tracy")] -pub struct ProfSpan(tracy_client::Span); +pub struct ProfSpan(pub tracy_client::Span); #[cfg(not(feature = "tracy"))] pub struct ProfSpan;