dropbox / pb-jelly

A protobuf code generation framework for the Rust language developed at Dropbox.
Apache License 2.0
610 stars 25 forks source link

Fix clippy, add workflow to CI #136

Closed ParkMyCar closed 2 years ago

ParkMyCar commented 2 years ago

This PR fixes #135, which is the presence of a clippy lint "unneeded 'return' statement".

It also fixes and ignores a couple of other clippy lints, and then adds a clippy workflow to CI that runs on the generated code from pb-test