chumsky
chumsky copied to clipboard
Add #[must_use] to Parser trait
Parsers don't do anything by themselves, so the #[must_use] attribute should probably be applied to them (as with Iterator).