-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Documentation is not entirely clear what write!
returns
#35110
Comments
I'm pretty sure that write is not even guaranteed to return anything with an Write basically calls whatever |
It, then, should document that. |
Yay duck typing! |
part of #29381 |
I would be willing to work with anyone who wanted to fix this issue. |
@steveklabnik Hello! I can work on this. |
@cengizio great! Do you need any help from me? |
@steveklabnik Hello. Not currently. I'll come up with a PR and ask your comments on it tomorrow or the next day. Thanks for keeping an eye! |
Provide a cleaner documentation for 'write!' Hello! This is my attempt to fix rust-lang#35110 Any feedback is more than welcome! Cheers!
Provide a cleaner documentation for 'write!' Hello! This is my attempt to fix rust-lang#35110 Any feedback is more than welcome! Cheers!
Provide a cleaner documentation for 'write!' Hello! This is my attempt to fix rust-lang#35110 Any feedback is more than welcome! Cheers!
Looking at
write!
documentation page, the only thing you can figure out is thatwrite!
does return something and “something” has aunwrap()
method.The text was updated successfully, but these errors were encountered: