AdamNiederer / faster

SIMD for humans
Mozilla Public License 2.0
1.56k stars 51 forks source link

Collaboration tools (rustfmt, clippy) #50

Open ralfbiedert opened 6 years ago

ralfbiedert commented 6 years ago

After my last PR I noticed you had to clean up a bit. That made me wonder if it makes sense to configure and use clippy and rustfmt:

Let me know what you think about clippy, in particular unreadable_literal, unseparated_literal_suffix and type_complexity (I prefer the former 2, no opinion on 3rd). I can then create another PR.

AdamNiederer commented 6 years ago

Thanks, I've been meaning to get clippy and rustfmt working with faster. So far, I've just been doing whatever emacs decides to do. I'll try to integrate clippy into the CI once I get some time (apologies for the response latency and low contribution bandwidth; I've been super busy this past month)