pairing: Allow clippy::cognitive_complexity in test_frob_coeffs

This commit is contained in:
Jack Grigg 2020-01-14 21:49:21 -05:00
parent 2f38316359
commit 3c84625438
1 changed files with 1 additions and 0 deletions

View File

@ -458,6 +458,7 @@ fn test_b_coeff() {
}
#[test]
#[allow(clippy::cognitive_complexity)]
fn test_frob_coeffs() {
let nqr = Fq::one().neg();