mirror of
https://github.com/instant-labs/instant-epp.git
synced 2025-01-20 08:39:07 +00:00
Export poll::PollData from the crate root
Missed this in #7, so now the PollData type cannot be named.
This commit is contained in:
parent
0901fab3d7
commit
f18e47e38a
@ -63,7 +63,7 @@ pub mod extensions {
|
||||
}
|
||||
|
||||
mod poll;
|
||||
pub use poll::{Ack, Poll};
|
||||
pub use poll::{Ack, Poll, PollData};
|
||||
|
||||
pub use client::EppClient;
|
||||
pub use error::Error;
|
||||
|
Loading…
Reference in New Issue
Block a user