Skip to content

Commit 0bcb1fe

Browse files
committed
feat: export TraceEventsFileFormat outside from the crate
1 parent 484323f commit 0bcb1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime_tracing/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
mod tracer;
1212
mod types;
1313
mod capnptrace;
14-
pub use crate::tracer::{Tracer, NONE_TYPE_ID, NONE_VALUE};
14+
pub use crate::tracer::{Tracer, TraceEventsFileFormat, NONE_TYPE_ID, NONE_VALUE};
1515
pub use crate::types::*;
1616

1717
pub mod trace_capnp {

0 commit comments

Comments
 (0)