With `version=Two` ```rust fn foo( bar: Box< dyn Trait< 'static, aaaaaaaaaaaaaaaaaaa::table, bbbbbbbbbbbbbbbbbbb::table, diesel::pg::Pg, SqlType = sql_types::Nullable<sql_types::Integer>, >, >, ) { } ``` gets reformatted as: ```rust fn foo( bar: Box< dyn Trait< 'static, aaaaaaaaaaaaaaaaaaa::table, bbbbbbbbbbbbbbbbbbb::table, diesel::pg::Pg, SqlType = sql_types::Nullable<sql_types::Integer>, >, >, ) { } ```