X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-qt%2Fsrc%2Flib.rs;h=2c2e792793713a7ff62caedb4f949b9999fa5956;hb=b9995c2ca73cb50f1e9f2ad7a08c49b20135b041;hp=29180f0e48e47c263669306cb3cb998e06c4c3cf;hpb=78fb6560c73965d834b215fb0b49505ae5443288;p=nihav.git diff --git a/nihav-qt/src/lib.rs b/nihav-qt/src/lib.rs index 29180f0..2c2e792 100644 --- a/nihav-qt/src/lib.rs +++ b/nihav-qt/src/lib.rs @@ -1,6 +1,8 @@ +//! Crate for providing support for various QuickTime formats. extern crate nihav_core; extern crate nihav_codec_support; +#[allow(clippy::comparison_chain)] #[allow(clippy::single_match)] mod codecs; pub use crate::codecs::qt_register_all_decoders;