16e652d70Sopenharmony_ci#![allow(clippy::module_inception)] 26e652d70Sopenharmony_ci 36e652d70Sopenharmony_ci#[allow(dead_code, clippy::redundant_static_lifetimes, clippy::unreadable_literal)] 46e652d70Sopenharmony_ci#[rustfmt::skip] 56e652d70Sopenharmony_cimod trie; 66e652d70Sopenharmony_ci 76e652d70Sopenharmony_cipub(crate) use self::trie::*; 8