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