Closed
Description
I'm trying to implement Debug occasionally, then I hit this page:
https://doc.rust-lang.org/stable/core/fmt/trait.Debug.html
The examples on that page do not contain something that uses write!
so I usually google my way to the same SO answer: https://stackoverflow.com/a/22243806/102315
Could the documentation there be expanded to add this?