xref: /third_party/rust/crates/unicode-ident/tests/trie/mod.rs
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/unicode-ident/tests/trie/
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

Indexes created Thu Nov 07 10:32:03 CST 2024