chumsky icon indicating copy to clipboard operation
chumsky copied to clipboard

Add #[must_use] to Parser trait

Open zesterer opened this issue 3 years ago • 0 comments

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

zesterer avatar Jul 20 '22 11:07 zesterer