Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 5148ac9

Browse files
committed
Clippy
1 parent e724349 commit 5148ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ring.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub type RingProof<S> = ring_proof::RingProof<BaseField<S>, Pcs<S>>;
3333

3434
pub type PiopParams<S> = ring_proof::PiopParams<BaseField<S>, CurveConfig<S>>;
3535

36-
const TRANSCRIPT_LABEL: &'static [u8] = b"";
36+
const TRANSCRIPT_LABEL: &[u8] = b"";
3737

3838
#[derive(Clone, CanonicalSerialize, CanonicalDeserialize)]
3939
pub struct Proof<S: RingSuite>

0 commit comments

Comments
 (0)