Skip to content

Commit

Permalink
fix marker visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Nov 26, 2024
1 parent 5e7f2a0 commit c3719d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/brainfuck_prover/src/components/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub struct Claim<T: TraceColumn> {
/// Logarithmic size (`log2`) of the evaluated trace.
pub log_size: u32,
/// Marker for the trace type.
pub _marker: std::marker::PhantomData<T>,
_marker: std::marker::PhantomData<T>,
}

impl<T: TraceColumn> Claim<T> {
Expand Down

0 comments on commit c3719d2

Please sign in to comment.