Skip to content

Commit 8336a9d

Browse files
authored
Update options.rs
1 parent 460fef0 commit 8336a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/zerotrie/src/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ pub(crate) struct ZeroAsciiIgnoreCaseStrictTrie;
155155
impl ZeroTrieWithOptions for ZeroAsciiIgnoreCaseStrictTrie {
156156
const OPTIONS: ZeroTrieBuilderOptions = ZeroTrieBuilderOptions {
157157
lookup_strictness: LookupStrictness::Strict,
158-
..ZeroAsciiIgnoreCaseTrie::OPTIONS
158+
..crate::ZeroAsciiIgnoreCaseTrie::OPTIONS
159159
};
160160
}
161161

0 commit comments

Comments
 (0)