We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently to_writer panics if the writer fails. It should return an io::Result so that the failure can be handled.
The text was updated successfully, but these errors were encountered:
stringify
No breakage with 0.10.1, PrettyWriteGenerator to take variable number
fc4491b
of spaces (#88, #89)
2f4d7bd
Merge pull request #91 from maciejhirsz/0.10.2
16000ea
0.10.2 Closes #86, #88, #89
maciejhirsz
No branches or pull requests
Currently to_writer panics if the writer fails. It should return an io::Result so that the failure can be handled.
The text was updated successfully, but these errors were encountered: