fix clippy warnings for update to rustc 1.46
[nihav.git] / nihav-qt / src / lib.rs
CommitLineData
4c1582cf
KS
1extern crate nihav_core;
2extern crate nihav_codec_support;
3
b7c882c1 4#[allow(clippy::comparison_chain)]
4c1582cf
KS
5#[allow(clippy::single_match)]
6mod codecs;
78fb6560 7pub use crate::codecs::qt_register_all_decoders;