Fixes unused import on macros

This commit is contained in:
Gregor Reitzenstein 2021-01-26 14:39:57 +00:00
parent 4c7359531d
commit c0618e949d

View File

@ -4,7 +4,6 @@ extern crate slog;
#[macro_use]
extern crate capnp_rpc;
#[macro_use]
extern crate async_trait;
mod modules;