We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Input:
#[derive(Debug, ,Clone)] pub enum Test { One, Two }
(note the double commas after Debug above. The space is irrelevant in my testing)
Debug
Outputs:
#[derive()] pub enum Test { One, Two, }
and a :( from me.
Thanks guys