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

std: Move sys::log_str to repr::repr_to_str. Further work on #2240. #9937

Merged
merged 1 commit into from
Oct 22, 2013

Conversation

brson
Copy link
Contributor

@brson brson commented Oct 18, 2013

No description provided.

// and we should directly call that (avoids unnecessary
// allocations)
let s = sys::log_str(t);
let s = repr::repr_to_str(t);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you actually change this to repr::write_repr? I think that this can address the XXX now that repr has changed.

@bors bors closed this Oct 22, 2013
@bors bors merged commit 3675e42 into rust-lang:master Oct 22, 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.

None yet

3 participants