-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove regex module from libunicode #24339
Conversation
r? @huonw (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 963f371 has been approved by |
⌛ Testing commit 963f371 with merge 0837f53... |
The regex crate keeps its own tables now (rust-lang/regex#41) so we don't need them here. [breaking-change]
⛄ The build was interrupted to prioritize another pull request. |
⌛ Testing commit 963f371 with merge ff97ebf... |
⛄ The build was interrupted to prioritize another pull request. |
⌛ Testing commit 963f371 with merge 8eb857f... |
⛄ The build was interrupted to prioritize another pull request. |
⌛ Testing commit 963f371 with merge 8de10fa... |
💔 Test failed - auto-linux-64-nopt-t |
@lfairy good catch! You can remove the You also will want to get rid of the
|
The regex crate keeps its own tables now (rust-lang/regex#41) so we don't need them here. [breaking-change]
The regex crate keeps its own tables now (rust-lang/regex#41) so we don't need them here. [breaking-change]
The regex crate keeps its own tables now (rust-lang/regex#41) so we
don't need them here.
[breaking-change]