X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-itu%2Fsrc%2Flib.rs;h=234a472027fd11ff137f9ae6f9b02024767fd327;hb=3813fe8a3408aa3b6dcb296ca7203c89f2a6894d;hp=4f6557660648157c33ffecd317e04de312978b55;hpb=696e4e20bf7167121352f247893370cb83213d5c;p=nihav.git diff --git a/nihav-itu/src/lib.rs b/nihav-itu/src/lib.rs index 4f65576..234a472 100644 --- a/nihav-itu/src/lib.rs +++ b/nihav-itu/src/lib.rs @@ -1,6 +1,9 @@ extern crate nihav_core; extern crate nihav_codec_support; +#[allow(clippy::collapsible_if)] +#[allow(clippy::needless_range_loop)] +#[allow(clippy::useless_let_if_seq)] mod codecs; pub use crate::codecs::itu_register_all_decoders;