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
Avoid unwrap() if non UTF-8 in the require_literal_leading_dot flow
Drop the path if UTF-8 validation fails and is required for string comparison,
instead of panicing.
Add a test exhibiting the problem (fixed with this change).
0 commit comments