Skip to content

Commit

Permalink
chore(driver): visibility (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell authored Nov 21, 2024
1 parent 9226600 commit cddeaf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/driver/src/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ where
/// Marker for the pipeline.
_marker2: core::marker::PhantomData<P>,
/// A pipeline abstraction.
pipeline: DP,
pub pipeline: DP,
/// Cursor to keep track of the L2 tip
cursor: PipelineCursor,
pub cursor: PipelineCursor,
/// Executor constructor.
executor: EC,
pub executor: EC,
}

impl<E, EC, DP, P> Driver<E, EC, DP, P>
Expand Down

0 comments on commit cddeaf4

Please sign in to comment.