server: fix issues from latest renovatebot
This commit is contained in:
@@ -45,4 +45,6 @@ pub enum ServerError {
|
||||
XmlError(#[from] quick_xml::Error),
|
||||
#[error("xml encoding error: {0}")]
|
||||
XmlEncodingError(#[from] quick_xml::encoding::EncodingError),
|
||||
#[error("html to text error: {0}")]
|
||||
Html2TextError(#[from] html2text::Error),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user