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
Currently if unicop tries to scan a file that is not valid UTF-8, then it will panic. This is not nice. Instead of unwrapping, catch and return this error nicely.
Currently if
unicop
tries to scan a file that is not valid UTF-8, then it will panic. This is not nice. Instead of unwrapping, catch and return this error nicely.unicop/src/main.rs
Line 193 in 0113b37
The text was updated successfully, but these errors were encountered: