Skip to content

Commit

Permalink
Update options.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored Sep 25, 2024
1 parent 460fef0 commit 8336a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/zerotrie/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pub(crate) struct ZeroAsciiIgnoreCaseStrictTrie;
impl ZeroTrieWithOptions for ZeroAsciiIgnoreCaseStrictTrie {
const OPTIONS: ZeroTrieBuilderOptions = ZeroTrieBuilderOptions {
lookup_strictness: LookupStrictness::Strict,
..ZeroAsciiIgnoreCaseTrie::OPTIONS
..crate::ZeroAsciiIgnoreCaseTrie::OPTIONS
};
}

Expand Down

0 comments on commit 8336a9d

Please sign in to comment.