Sign in
android
/
platform
/
external
/
rust
/
crates
/
unicode-ident
/
refs/heads/android15-tests-dev
/
.
/
tests
/
trie
/
mod.rs
blob: 3e31c5cc5789c862ff89ef3c7a508d04f13ef328 [
file
] [
log
] [
blame
] [
edit
]
#![
allow
(
clippy
::
module_inception
)]
#[
allow
(
dead_code
,
clippy
::
redundant_static_lifetimes
,
clippy
::
unreadable_literal
)]
#[
rustfmt
::
skip
]
mod
trie
;
pub
(
crate
)
use
self
::
trie
::*;