Skip to content

Commit

Permalink
Update utils/zerotrie/src/options.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Bastian <4706271+robertbastian@users.noreply.github.com>
  • Loading branch information
sffc and robertbastian authored Sep 25, 2024
1 parent f70f0cd commit 460fef0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions utils/zerotrie/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,8 @@ pub(crate) struct ZeroAsciiIgnoreCaseStrictTrie;

impl ZeroTrieWithOptions for ZeroAsciiIgnoreCaseStrictTrie {
const OPTIONS: ZeroTrieBuilderOptions = ZeroTrieBuilderOptions {
phf_mode: PhfMode::BinaryOnly,
ascii_mode: AsciiMode::AsciiOnly,
capacity_mode: CapacityMode::Normal,
case_sensitivity: CaseSensitivity::IgnoreCase,
lookup_strictness: LookupStrictness::Strict,
..ZeroAsciiIgnoreCaseTrie::OPTIONS
};
}

Expand Down

0 comments on commit 460fef0

Please sign in to comment.