Skip to content

Commit

Permalink
fix rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Jul 2, 2024
1 parent d511d1c commit edd7788
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion engine/baml-runtime/src/types/trace_stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
///
/// A span has the following lifecycle and can fail at any of these points:
///
/// start -> finalize (ctx.exit) -> submit -> send
/// ```text
/// start -> finalize (ctx.exit) -> submit -> send
/// ```
///
/// TODO: return stats about the # of spans successfully sent
#[derive(Clone)]
Expand Down

0 comments on commit edd7788

Please sign in to comment.