Cargo fmt

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
slinkydeveloper 2021-07-06 15:29:57 +02:00 committed by Francesco Guardiani
parent c292e7c92e
commit fe8a9ffc98
2 changed files with 2 additions and 2 deletions

View File

@ -7,4 +7,4 @@ pub mod rdkafka;
#[cfg(feature = "reqwest-binding")]
pub mod reqwest;
#[cfg(feature = "warp-binding")]
pub mod warp;
pub mod warp;

View File

@ -55,9 +55,9 @@
#![deny(broken_intra_doc_links)]
pub mod binding;
pub mod event;
pub mod message;
pub mod binding;
pub use event::Data;
pub use event::Event;