This looks related to #4671 but the attribute is not very long at all. This formats with two spaces: ```rust pub struct Newtype( /// Doc #[doc()] // pub Vec<u8>, ); ``` This formats with one: ```rust pub struct Newtype( /// Doc #[doc()] pub Vec<u8>, ); ``` Playground: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=6abf771bd72b8a98d38368badd4916de