I tried formatting this code:
pub // should the following be private?
trait Asso<'ciativity> {}
Rustfmt left me with this gem:
pub trait Asso<'ciativity> // should the following be private?
trait Ass
{
}
👀
- (note: @Noratrieb did not let me rename the trait 👉 👈)
I tried formatting this code:
Rustfmt left me with this gem:
👀