commonfmt: fix or silence clippy warnings
[nihav.git] / nihav-commonfmt / src / codecs / ts102366.rs
index 25f342b5a7d85ca6f6a96272893d40049d0b6aac..ab0e84cd821b37ede616360c4a3a86d18b921a83 100644 (file)
@@ -831,6 +831,7 @@ impl AudioBlock {
             bap_buf_fill:   [0; 3],
         }
     }
+    #[allow(clippy::cyclomatic_complexity)]
     fn read(&mut self, br: &mut BitReader, bsi: &BSI, fscod: usize, blk_no: usize) -> DecoderResult<bool> {
         let channels = bsi.acmod.get_num_channels();
         let is_stereo = bsi.acmod == ACMode::Stereo;