Skip to content

Commit fe8a9ff

Browse files
Cargo fmt
Signed-off-by: Francesco Guardiani <[email protected]>
1 parent c292e7c commit fe8a9ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/binding/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ pub mod rdkafka;
77
#[cfg(feature = "reqwest-binding")]
88
pub mod reqwest;
99
#[cfg(feature = "warp-binding")]
10-
pub mod warp;
10+
pub mod warp;

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
5656
#![deny(broken_intra_doc_links)]
5757

58+
pub mod binding;
5859
pub mod event;
5960
pub mod message;
60-
pub mod binding;
6161

6262
pub use event::Data;
6363
pub use event::Event;

0 commit comments

Comments
 (0)