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

removed old att macro import #111

Closed leenozara closed 4 years ago

leenozara commented 4 years ago

Removed a use importing a non existing macro in macro tests, which previously was not being checked by the compiler.