You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix unicode regexen with bytes::Regex
fixesrust-lang#6005
The rationale for this is that since we wrote that lint, `bytes::Regex` was extended to be able to use unicode character classes.
---
changelog: [`invalid_regex`]: allow unicode character classes in bytes regex.
Currently, the parser doesn't check that the list of attributes is empty after it finishes parsing the elements in a foreign module.
The text was updated successfully, but these errors were encountered: