We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c292e7c commit fe8a9ffCopy full SHA for fe8a9ff
src/binding/mod.rs
@@ -7,4 +7,4 @@ pub mod rdkafka;
7
#[cfg(feature = "reqwest-binding")]
8
pub mod reqwest;
9
#[cfg(feature = "warp-binding")]
10
-pub mod warp;
+pub mod warp;
src/lib.rs
@@ -55,9 +55,9 @@
55
56
#![deny(broken_intra_doc_links)]
57
58
+pub mod binding;
59
pub mod event;
60
pub mod message;
-pub mod binding;
61
62
pub use event::Data;
63
pub use event::Event;
0 commit comments