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: remove the need for the regex crate's pattern feature (#51)
The `std::str::pattern::Pattern` trait implementation in the `regex`
crate recently broke compilation with the nightly rust toolchain.
The removal of the trait implementation and the corresponding `pattern`
feature is being
[planned](rust-lang/regex#1233).
This PR removes the reliance on this trait implementation.
0 commit comments