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: move filters not pass a ref #2

Merged
merged 1 commit into from
Dec 31, 2023

Conversation

Integralist
Copy link
Owner

The purpose of this change is to avoid an extra lifetime reference.
We don't need to worry about ownership changing as we don't use the filters after we call Headers::new.

The purpose of this change is to avoid an extra lifetime reference. We
don't need to worry about ownership changing as we don't use the filters
after we call Headers::new.
@Integralist Integralist added the refactor clean-up of code label Dec 31, 2023
@Integralist Integralist merged commit 45a9f2d into main Dec 31, 2023
6 checks passed
@Integralist Integralist deleted the integralist/move-not-reference branch December 31, 2023 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor clean-up of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant