fix clippy warnings for update to rustc 1.46
[nihav.git] / nihav-qt / src / codecs / qdm2qmf.rs
index bd018aa7717e24675670bada16de0f91f3f09224..214f7af697ae737012e2643f9c34e30c2d9f3750 100644 (file)
@@ -370,7 +370,7 @@ unimplemented!();
             }
         }
     }
-    #[allow(clippy::cyclomatic_complexity)]
+    #[allow(clippy::cognitive_complexity)]
     fn read_noise_band(&mut self, br: &mut QdmBitReader, ch: usize, band: usize, samples: &mut [f32; 10], signs: &[bool; 16], jstereo: bool) -> DecoderResult<()> {
         let mut type34_first = true;
         let mut type34_pred = 0.0;