#[rustfmt::skip::attributes(derive)]
not work.
#5270
Labels
#[rustfmt::skip::attributes(derive)]
not work.
#5270
It will merge
#derive(StructField)
and#[derive(Clone)]
to#derive(StructField, Clone)]
, when i runcargo fmt
.I don't want to merge
#derive(StructField)
and#[derive(Clone)]
.The text was updated successfully, but these errors were encountered: