Location
std::fmt::Write
Summary
While opening this issue for Clippy, I noticed that many of the write_xyz methods have the following error description:
This function will return an instance of Error on error.
While I understand that this is due to the description being general for any implementation, this can seem tautological to someone that's not familiar with these methods and I thought perhaps it'd make sense to expand this a bit and add common scenarios / scenarios implemented by the standard library.
write_fmt seems to be missing this description in general.
Thank you!
Location
std::fmt::Write
Summary
While opening this issue for Clippy, I noticed that many of the
write_xyzmethods have the following error description:While I understand that this is due to the description being general for any implementation, this can seem tautological to someone that's not familiar with these methods and I thought perhaps it'd make sense to expand this a bit and add common scenarios / scenarios implemented by the standard library.
write_fmtseems to be missing this description in general.Thank you!