1#![allow(clippy::module_inception)] 2 3#[allow(clippy::redundant_static_lifetimes)] 4#[rustfmt::skip] 5mod tables; 6 7pub(crate) use self::tables::*; 8