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
This fixes the lifetime problems in `IsEncodedStringMatcher` at the cost of an extra allocation: the input must be copied to a `Vec<u8>`, then converted to a `String`.
0 commit comments