rsimmonsjr / axiom

Implementation of a highly-scalable and ergonomic actor model for Rust
Other
184 stars 21 forks source link

Address A Number of Clippy Lints #138

Closed zicklag closed 4 years ago

zicklag commented 4 years ago

There are still 8 warnings left, but I didn't look deep into the implementation to figure out whether or not to address/allow them.

zicklag commented 4 years ago

Interestingly the executor::tests::test_actor_awake_phases fails randomly on and off without changes to the code, even on the master branch. That's what's bugging CI at the moment.

zicklag commented 4 years ago

Closing this in favor of including the commit in #139 .