We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460fef0 commit 8336a9dCopy full SHA for 8336a9d
utils/zerotrie/src/options.rs
@@ -155,7 +155,7 @@ pub(crate) struct ZeroAsciiIgnoreCaseStrictTrie;
155
impl ZeroTrieWithOptions for ZeroAsciiIgnoreCaseStrictTrie {
156
const OPTIONS: ZeroTrieBuilderOptions = ZeroTrieBuilderOptions {
157
lookup_strictness: LookupStrictness::Strict,
158
- ..ZeroAsciiIgnoreCaseTrie::OPTIONS
+ ..crate::ZeroAsciiIgnoreCaseTrie::OPTIONS
159
};
160
}
161
0 commit comments