Skip to content

Commit 9f7a8aa

Browse files
committed
nit: remove unused allow(non_snake_case).
1 parent ef413a2 commit 9f7a8aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tests/test_relations.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ pub fn bbs_blind_commitment<G: PrimeGroup, R: RngCore>(
255255
}
256256

257257
/// LinearMap for the user's specific relation: A * 1 + gen__disj1_x_r * B
258-
#[allow(non_snake_case)]
259258
pub fn weird_linear_combination<G: PrimeGroup, R: RngCore>(
260259
rng: &mut R,
261260
) -> (CanonicalLinearRelation<G>, Vec<G::Scalar>) {

0 commit comments

Comments
 (0)