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.
2 parents aa73993 + 9b774c6 commit 4c39d4aCopy full SHA for 4c39d4a
src/lib.rs
@@ -83,7 +83,7 @@ extern crate log;
83
extern crate paho_mqtt_sys as ffi;
84
85
/// Re-export async_channel
86
-pub use async_channel::Receiver as AsyncReceiver;
+pub use async_channel::{self, Receiver as AsyncReceiver};
87
88
/// Re-export crossbeam channel as sync components
89
pub use crossbeam_channel::{self as sync_channel, Receiver};
0 commit comments