Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
  • Loading branch information
gz committed May 13, 2024
1 parent 6283051 commit a74f733
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions crates/dbsp/src/trace/spine_fueled.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,8 @@ impl<B: Batch> From<&Spine<B>> for CommittedSpine<B> {
}
}

/// General-purpose [trace][crate::trace::Trace] implementation based on
/// collection and merging immutable batches of updates.
///
/// See [module documentation][crate::trace::spine_fueled] for a description of
/// the internal data structures.
/// General-purpose [trace][crate::trace::Trace] implementation for DRAM based
/// collections and merging immutable batches of updates.
#[derive(SizeOf)]
pub struct Spine<B>
where
Expand Down

0 comments on commit a74f733

Please sign in to comment.