cleaning all warnings

This commit is contained in:
grimhilt
2023-07-02 19:04:45 +02:00
parent ddf2169950
commit f56dcd30b8
11 changed files with 65 additions and 47 deletions

View File

@@ -73,7 +73,7 @@ impl ReqProps {
self
}
pub fn getcontentlenght(&mut self) -> &mut ReqProps {
pub fn _getcontentlenght(&mut self) -> &mut ReqProps {
self.xml_balises.push(String::from("getcontentlength"));
self.xml_payload.push_str(r#"<d:getcontentlength/>"#);
self