fake-news-detector / api

API for saving news flagging by the users
https://fake-news-detector-api.herokuapp.com/
8 stars 1 forks source link

Use rust-clippy #6

Closed rogeriochaves closed 6 years ago

rogeriochaves commented 6 years ago

We can use rust-clippy to improve our rust code quality.

Currently, the code is formatted using rustfmt, but this is only configured in my editor, maybe we should also enforce that on the project.

Suggestion by @bltavares

rogeriochaves commented 6 years ago

This issue was moved to fake-news-detector/fake-news-detector#17