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

chore: remove ownership requirement for static file methods #9709

Merged
merged 3 commits into from
Jul 22, 2024

Conversation

Rjected
Copy link
Member

@Rjected Rjected commented Jul 22, 2024

Previously static file methods required ownership, because Compact did not act on &self. This is now not the case, so we can remove some clones in the static files task by taking references.

Previously static file methods required ownership, because `Compact` did
not act on `&self`. This is now not the case, so we can remove some
clones in the static files task by taking references.
@Rjected Rjected added C-enhancement New feature or request A-static-files Related to static files labels Jul 22, 2024
@Rjected Rjected added this pull request to the merge queue Jul 22, 2024
Merged via the queue into main with commit 8c690ee Jul 22, 2024
32 checks passed
@Rjected Rjected deleted the dan/remove-ownership-requirement-static-files branch July 22, 2024 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-static-files Related to static files C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants