Cargo fmt
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
parent
c292e7c92e
commit
fe8a9ffc98
|
|
@ -7,4 +7,4 @@ pub mod rdkafka;
|
|||
#[cfg(feature = "reqwest-binding")]
|
||||
pub mod reqwest;
|
||||
#[cfg(feature = "warp-binding")]
|
||||
pub mod warp;
|
||||
pub mod warp;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue