Skip to content
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

refactor!: remove usage of Box<PathBuf> #386

Merged
merged 8 commits into from
Sep 23, 2024
Merged

Conversation

b-zee
Copy link
Contributor

@b-zee b-zee commented Jul 25, 2024

BREAKING CHANGE: the parameter is changed on public methods.

PathBuf is already heap-allocated, so no need to put it in a Box.

BREAKING CHANGE: the parameter is changed on public methods.
@b-zee b-zee requested a review from a team as a code owner July 25, 2024 10:41
Fixes `clippy::needless_borrows_for_generic_args` which is enabled in
nightly clippy
maqi
maqi previously approved these changes Sep 20, 2024
@joshuef joshuef enabled auto-merge (rebase) September 23, 2024 23:48
@joshuef joshuef merged commit 7a113a0 into master Sep 23, 2024
11 checks passed
@joshuef joshuef deleted the refactor-box-pathbuf branch September 23, 2024 23:48
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.

3 participants