Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Owliie committed Mar 11, 2024
1 parent c1d9093 commit 9fbdfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2/src/util/serialization/gate_serialization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ macro_rules! impl_gate_serializer {

fn write_gate(
&self,
buf: &mut $crate::util::serialization::gate_serialization::Vec<u8>,
buf: &mut Vec<u8>,
gate: &$crate::gates::gate::GateRef<F, D>,
common: &$crate::plonk::circuit_data::CommonCircuitData<F, D>,
) -> $crate::util::serialization::IoResult<()> {
Expand Down

0 comments on commit 9fbdfc0

Please sign in to comment.