X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-commonfmt%2Fsrc%2Fdemuxers%2Fmod.rs;h=ba8a8df4a9653cd71dd4e4b7e6161a716f0066ab;hb=237cc1f9576ed23c7a2f9bb34b43e5d07e93f710;hp=521cecf3e5d7795728deec8954730513e28ae534;hpb=283abfa6154b38880dc6378d9a618aec4fc2eefe;p=nihav.git diff --git a/nihav-commonfmt/src/demuxers/mod.rs b/nihav-commonfmt/src/demuxers/mod.rs index 521cecf..ba8a8df 100644 --- a/nihav-commonfmt/src/demuxers/mod.rs +++ b/nihav-commonfmt/src/demuxers/mod.rs @@ -10,6 +10,7 @@ macro_rules! validate { #[allow(clippy::cast_lossless)] mod avi; #[cfg(feature="demuxer_mov")] +#[allow(clippy::cast_lossless)] mod mov; #[cfg(feature="demuxer_wav")] mod wav;