fparkan/vendor/unicode-ident/tests/tables/mod.rs
Valentin Popov 1b6a04ca55
Initial vendor packages
Signed-off-by: Valentin Popov <valentin@popov.link>
2024-01-08 01:21:28 +04:00

8 lines
144 B
Rust

#![allow(clippy::module_inception)]
#[allow(clippy::redundant_static_lifetimes)]
#[rustfmt::skip]
mod tables;
pub(crate) use self::tables::*;