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
* Accept when user passes exactly "--yjit"
* Refactor command line parsing
- Use an `Option(())` so we could use the `?` operator instead of having
to type out `return false;`
- Use an exhaustive match instead of repeating similar if-elses
- Return parse failure instead of panicking when input is not utf8
- Remove unnecessary `str.to_owned()` which allocates and copies the
string.
* Explicit matchinig instead of Result.map
0 commit comments