m4rw3r / chomp

A fast monadic-style parser combinator designed to work on stable Rust.
Apache License 2.0
243 stars 19 forks source link

Removed unused lifetime from err::expected(_) #37

Closed llogiq closed 8 years ago

llogiq commented 8 years ago

This is the only clippy warning I could find, which means clippy – and I – deem this good code :smile: