Fix a warning
Dependencies
- [2]
RI7HQBYAAdd generator and parser for ISO20022 messages
Change contents
- replacement in parsers/iso20022-parser/src/parser.rs at line 46
pub(crate) fn expect_element_end(&mut self, start: BytesStart) -> Result<BytesEnd<'a>, XmlError> {pub(crate) fn expect_element_end(&mut self,start: BytesStart,) -> Result<BytesEnd<'a>, XmlError> { - replacement in parsers/iso20022-parser/src/parser.rs at line 88
expected: format!("start tag"),expected: "start tag", - replacement in parsers/iso20022-parser/src/parser.rs at line 144
pub(crate) fn parse_optional_element<T, F>(&mut self, tag: &str, parser: F) -> XmlResult<Option<T>>pub(crate) fn parse_optional_element<T, F>(&mut self,tag: &str,parser: F,) -> XmlResult<Option<T>>