Remove tokio_xmpp::ParseError and tokio_xmpp::starttls::ParseError

This commit is contained in:
xmppftw xmppftw 2024-07-31 19:25:09 +02:00 committed by Link Mauve
commit ee3d86ec42
4 changed files with 6 additions and 41 deletions

View file

@ -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;