Open
Description
axum contains the following pattern (here):
//! Text
//!
#![doc = include_str!("something.md")]
//!
//! More text
With wrap_comments = true
, rustfmt currently removes the //!
line before the #![doc]
attribute, merging two paragraphs if something.md
also starts with regular text (not a heading or sth. like that).