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

Remove closure from format_args! call #5

Merged
merged 1 commit into from
Dec 29, 2014

Conversation

drbawb
Copy link
Contributor

@drbawb drbawb commented Dec 29, 2014

This fixes up format_args! after a recent breaking change in rust-lang PR#20136
The logger now takes fmt::Arguments by value and the log! macro is rewritten to pass arguments directly to format_args! with no intermediate closure.

@alexcrichton
Copy link
Member

Thanks!

alexcrichton added a commit that referenced this pull request Dec 29, 2014
Remove closure from format_args! call
@alexcrichton alexcrichton merged commit 22ab1d9 into rust-lang:master Dec 29, 2014
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.

2 participants