rustfmt
rustfmt copied to clipboard
Ignore format_code_in_doc_comments if doc is in the middle of comment
trafficstars
Issue #6017.
When there's a #[doc] attribute in the middle of comment, rustfmt cannot know what would be inside of it.
So skip the formatting of such comments.