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

perf: remove format! thats passed to Tendril::from #11672

Closed
wants to merge 1 commit into from

Conversation

RoloEdits
Copy link
Contributor

Tendril::from can handle &str and String directly, no need to add an allocation.

`Tendril::from` can handle `&str` and `String` directly, no need to add
an allocation.
@RoloEdits
Copy link
Contributor Author

Ah, whoops, didnt see the spaces that were added.

@RoloEdits RoloEdits closed this Sep 11, 2024
@RoloEdits RoloEdits deleted the perf-tendril-from branch September 11, 2024 08:49
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.

1 participant