Would be great to support the newly stabalized (1.67) format args ```rust #[derive(Display)] pub enum Foo { #[display(fmt="{_0}")] Bar(u32), } ``` Currently it shows "cannot be formatted with the default parameter"