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