mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 08:12:24 +00:00
xml: Rename XmlDeError to XmlError
This commit is contained in:
@@ -20,7 +20,7 @@ pub enum Error {
|
||||
PropReadOnly,
|
||||
|
||||
#[error(transparent)]
|
||||
XmlDeserializationError(#[from] rustical_xml::XmlDeError),
|
||||
XmlDeserializationError(#[from] rustical_xml::XmlError),
|
||||
|
||||
#[error(transparent)]
|
||||
IOError(#[from] std::io::Error),
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
use crate::xml::multistatus::PropstatElement;
|
||||
use actix_web::http::StatusCode;
|
||||
use reqwest::Url;
|
||||
use rustical_store::{CollectionOperation, CollectionOperationType, SubscriptionStore};
|
||||
use rustical_xml::{XmlRootTag, XmlSerialize, XmlSerializeRoot};
|
||||
use std::sync::Arc;
|
||||
|
||||
Reference in New Issue
Block a user