Skip to content

fix(cli): compare PathBuf with Path instead of String#37

Open
atheriel wants to merge 1 commit intofrankdierolf:mainfrom
atheriel:fix-pathbuf-string-comparison
Open

fix(cli): compare PathBuf with Path instead of String#37
atheriel wants to merge 1 commit intofrankdierolf:mainfrom
atheriel:fix-pathbuf-string-comparison

Conversation

@atheriel
Copy link

Summary

To improve compatibility with older rustc versions, don't assume we can compare PathBuf with String.

Related Issues

Fixes #36.

To improve compatibility with older rustc versions, don't assume we can
compare PathBufs with Strings.

Fixes frankdierolf#36.

Signed-off-by: Aaron Jacobs <atheriel@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PathBuf-related compilation errors

1 participant