Skip to content

Avoid needless creation of unique strings in fmt!() #6219

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

Merged
merged 1 commit into from
May 4, 2013

Conversation

dotdash
Copy link
Contributor

@dotdash dotdash commented May 3, 2013

Only the first portion has to be owned, as it acts as the buffer for the
constructed string. The remaining strings can be static.

Only the first portion has to be owned, as it acts as the buffer for the
constructed string. The remaining strings can be static.
@brson
Copy link
Contributor

brson commented May 3, 2013

Thanks! 🐫

bors added a commit that referenced this pull request May 4, 2013
Only the first portion has to be owned, as it acts as the buffer for the
constructed string. The remaining strings can be static.
@bors bors closed this May 4, 2013
@bors bors merged commit 2e3e0c0 into rust-lang:incoming May 4, 2013
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.

4 participants