Skip to content

Commit 636d099

Browse files
committed
export PublisherConfirm
Fixes #449 Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
1 parent a1b3311 commit 636d099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pub use consumer::{Consumer, ConsumerDelegate};
119119
pub use error::{Error, ErrorKind, Result};
120120
pub use events::Event;
121121
pub use exchange::ExchangeKind;
122-
pub use publisher_confirm::Confirmation;
122+
pub use publisher_confirm::{Confirmation, PublisherConfirm};
123123
pub use queue::Queue;
124124

125125
pub mod auth;

0 commit comments

Comments
 (0)