We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc4881 commit e343529Copy full SHA for e343529
patches/third_party-rust-regex_automata-v0_4-BUILD.gn.patch
@@ -6,6 +6,6 @@ index 1f5143b0afc2f2e480d0c7b7b773d7fc295b338c..82e90a0c2b203d31bf6ccbb4a8b50f19
6
# //third_party/rust/chromium_crates_io/Cargo.toml to use
7
# it from first-party code.
8
visibility = [ "//third_party/rust/*" ]
9
-+ features += [ "alloc", "meta", "nfa-pikevm", "nfa-thompson", "syntax" ]
10
-+ deps = [ "//brave/third_party/rust/regex_syntax/v0_8:lib" ]
++ features += [ "alloc", "dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary" ]
++ deps = [ "//brave/third_party/rust/aho_corasick/v1:lib", "//brave/third_party/rust/regex_syntax/v0_8:lib", "//third_party/rust/memchr/v2:lib" ]
11
}
0 commit comments