rustfmt icon indicating copy to clipboard operation
rustfmt copied to clipboard

Ignore format_code_in_doc_comments if doc is in the middle of comment

Open stepancheg opened this issue 1 year ago • 0 comments
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.

stepancheg avatar Jan 11 '24 21:01 stepancheg