As of this writing, rustfmt does not format comments. One of the ramifications of this is that all our comments respect the 80-character line width that is standard for general source code, despite the fact that Rust uses 100-character lines. This is 100% non-functional and just to satisfy my own OCD, but I would like to update this throughout our codebase (and use the opportunity to give some of our public-facing documentation more love).
As of this writing,
rustfmtdoes not format comments. One of the ramifications of this is that all our comments respect the 80-character line width that is standard for general source code, despite the fact that Rust uses 100-character lines. This is 100% non-functional and just to satisfy my own OCD, but I would like to update this throughout our codebase (and use the opportunity to give some of our public-facing documentation more love).