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
The Path <- str -> String logic littered all over the place from the addition of bundling should probably be cleaned up.
It's a mess and full of .unwrap()s with potential panics. For many of these spots it may be better to handle using OsString, some Path crate, or something else from the stdlib that I am missing.
The text was updated successfully, but these errors were encountered:
The Path <- str -> String logic littered all over the place from the addition of bundling should probably be cleaned up.
It's a mess and full of
.unwrap()
s with potential panics. For many of these spots it may be better to handle usingOsString
, some Path crate, or something else from the stdlib that I am missing.The text was updated successfully, but these errors were encountered: