codec_support: fix or silence clippy warnings
[nihav.git] / nihav-codec-support / src / test / mod.rs
index 2d2cda7ea28fa8d41588dc071c4db673d470059e..28a19f6c01a58b1bd2e44c1a6863b65d9b3e02fa 100644 (file)
@@ -1,10 +1,13 @@
 //! Decoder testing functionality.
 //!
 //! This module provides functions that may be used in internal test to check that decoders produce output and that they produce expected output.
+#[allow(clippy::identity_op)]
 pub mod dec_video;
 pub mod enc_video;
 pub mod wavwriter;
 
+#[allow(clippy::identity_op)]
+#[allow(clippy::unreadable_literal)]
 mod md5; // for internal checksums only
 
 /// Decoder testing modes.