-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference files with PathBuf instead of Strings #1200
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, one thing. Looks like this broke the linter. It made some good points. Can you take a look at the following issues?
https://app.circleci.com/pipelines/github/ChainSafe/forest/4930/workflows/c2328c6f-b6ed-43bf-afca-65ffd218ed4d/jobs/20505/parallel-runs/0/steps/0-111
@cryptoquick thanks for the review, and thank you clippy for suggestions, updated it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! I'm good with cleanup as long as Clippy abides. I've found its insights really helpful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the contribution
@leviathanbeak Thanks again for your contributions. Merged! |
Summary of changes
Changes introduced in this pull request:
Reference issue to close (if applicable)
Closes #1158