Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaeff committed Sep 12, 2024
1 parent 1a3b276 commit 867a317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uni-stark/src/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub fn prove<
air: &A,
challenger: &mut SC::Challenger,
main_trace: RowMajorMatrix<Val<SC>>,
public_values: &Vec<Val<SC>>,
public_values: &[Val<SC>],
) -> Proof<SC>
where
SC: StarkGenericConfig,
Expand Down

0 comments on commit 867a317

Please sign in to comment.