registry: silence clippy warnings
[nihav.git] / nihav-registry / src / lib.rs
CommitLineData
32f7cbe5
KS
1//! Single place for storing information about container and codec formats.
2extern crate nihav_core;
3
4#[allow(clippy::unreadable_literal)]
5pub mod detect;
49d0cbfe
KS
6#[allow(clippy::trivially_copy_pass_by_ref)]
7pub mod register;