Skip to content

Commit

Permalink
fix(derive): clean up frame queue docs
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Apr 3, 2024
1 parent 63e7af0 commit 732e320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/derive/src/stages/frame_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use anyhow::anyhow;
use async_trait::async_trait;

/// The [FrameQueue] stage of the derivation pipeline.
///
/// This stage takes the output of the [L1Retrieval] stage and parses it into frames.
#[derive(Debug)]
pub struct FrameQueue<DAP, CP>
where
Expand Down

0 comments on commit 732e320

Please sign in to comment.