mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-30 15:32:14 +00:00
pairing: Allow clippy::cognitive_complexity in test_frob_coeffs
This commit is contained in:
parent
2f38316359
commit
3c84625438
@ -458,6 +458,7 @@ fn test_b_coeff() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[allow(clippy::cognitive_complexity)]
|
||||
fn test_frob_coeffs() {
|
||||
let nqr = Fq::one().neg();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user