Ran into some issues with CI while testing #158. Going to merge this in now to prevent future headaches, shouldn't cause any conflicts with open PRs.
EDIT: cc @Ultra-Code I have to disable some lints in order for CI to pass here. I think it's a false positive since taking the lint's suggestion results in a compile error (PathBuf's core::convert::Infallible error type isn't treated as infallible for me locally at least), so I may be introducing a few conflicts. CI has to pass in order for your PR to get in, but regardless my apologies.
Ran into some issues with CI while testing #158. Going to merge this in now to prevent future headaches, shouldn't cause any conflicts with open PRs.
EDIT: cc @Ultra-Code I have to disable some lints in order for CI to pass here. I think it's a false positive since taking the lint's suggestion results in a compile error (
PathBuf
'score::convert::Infallible
error type isn't treated as infallible for me locally at least), so I may be introducing a few conflicts. CI has to pass in order for your PR to get in, but regardless my apologies.