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;
|
mod poll;
|
||||||
pub use poll::{Ack, Poll};
|
pub use poll::{Ack, Poll, PollData};
|
||||||
|
|
||||||
pub use client::EppClient;
|
pub use client::EppClient;
|
||||||
pub use error::Error;
|
pub use error::Error;
|
||||||
|
|
Loading…
Reference in New Issue