xref: /third_party/rust/crates/unicode-ident/tests/trie/mod.rs (revision 6e652d70)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/unicode-ident/tests/trie/
1#![allow(clippy::module_inception)]
2
3#[allow(dead_code, clippy::redundant_static_lifetimes, clippy::unreadable_literal)]
4#[rustfmt::skip]
5mod trie;
6
7pub(crate) use self::trie::*;
8

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