riker-rs / riker

Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
https://riker.rs
MIT License
1.02k stars 69 forks source link

enforce clippy verification. #113

Closed olexiyb closed 4 years ago

olexiyb commented 4 years ago

I had temporary disable 2 warnings

![allow(clippy::new_ret_no_self)]

![allow(clippy::large_enum_variant)]

igalic commented 4 years ago

does this also run clippy checks against our tests?