X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-codec-support%2Fsrc%2Ftest%2Fmod.rs;h=28a19f6c01a58b1bd2e44c1a6863b65d9b3e02fa;hb=2826a23f3a214e2f5d47d6dee6fb06754730dc0e;hp=2d2cda7ea28fa8d41588dc071c4db673d470059e;hpb=0b257d9fde8ee0cc24e15a63544b100a0b6da52d;p=nihav.git diff --git a/nihav-codec-support/src/test/mod.rs b/nihav-codec-support/src/test/mod.rs index 2d2cda7..28a19f6 100644 --- a/nihav-codec-support/src/test/mod.rs +++ b/nihav-codec-support/src/test/mod.rs @@ -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.