8b0b213cdd
Fixes 5125 Previously, a newline was always added, even if the parameter name was not preceded by any param attrs. Now a newline is only added if there were param attrs.
8 lines
175 B
Rust
8 lines
175 B
Rust
fn foo(
|
|
// Pre Comment
|
|
a: <u16 as intercom::type_system::ExternType<
|
|
intercom::type_system::AutomationTypeSystem,
|
|
>>::ForeignType, // Inline comment
|
|
) {
|
|
}
|