Remove tokio_xmpp::ParseError and tokio_xmpp::starttls::ParseError
This commit is contained in:
parent
507a3df652
commit
ee3d86ec42
4 changed files with 6 additions and 41 deletions
|
|
@ -40,7 +40,7 @@ pub use client::{
|
|||
mod component;
|
||||
pub use crate::component::Component;
|
||||
mod error;
|
||||
pub use crate::error::{AuthError, Error, ParseError, ProtocolError};
|
||||
pub use crate::error::{AuthError, Error, ProtocolError};
|
||||
|
||||
// Re-exports
|
||||
pub use minidom;
|
||||
|
|
|
|||
Loading…
Reference in a new issue