Skip to content

Commit

Permalink
expose the executor module
Browse files Browse the repository at this point in the history
we need access to the types in that module to implement a custom
executor
  • Loading branch information
Geal committed Jul 10, 2020
1 parent 81d1244 commit 57247b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ mod connection;
mod connection_manager;
pub mod consumer;
pub mod error;
mod executor;
pub mod executor;
pub mod message;
pub mod producer;
mod service_discovery;
Expand Down

0 comments on commit 57247b8

Please sign in to comment.