summaryrefslogtreecommitdiffstats
path: root/vendor/unicode-ident/tests/tables/mod.rs
blob: 72bfd8bd7b9507e36629ae7c587499a2a9c8cd47 (plain)
1
2
3
4
5
6
7
#![allow(clippy::module_inception)]

#[allow(clippy::redundant_static_lifetimes)]
#[rustfmt::skip]
mod tables;

pub(crate) use self::tables::*;