Files
Notes/notes-service/vendor/unicode-ident/tests/tables/mod.rs
T
2026-08-01 16:11:49 +03:00

8 lines
144 B
Rust

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