duck/vpcommon: vp_tree! does not need to be exported
[nihav.git] / nihav-indeo / src / lib.rs
... / ...
CommitLineData
1extern crate nihav_core;
2
3#[allow(clippy::collapsible_if)]
4#[allow(clippy::identity_op)]
5#[allow(clippy::needless_range_loop)]
6#[allow(clippy::too_many_arguments)]
7#[allow(clippy::useless_let_if_seq)]
8#[allow(clippy::verbose_bit_mask)]
9pub mod codecs;
10
11#[cfg(test)]
12extern crate nihav_commonfmt;