cleaning all warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user