xso: Fix all failing clippy tests
They are all sensible to me. skip-changelog: Internal changes.
This commit is contained in:
parent
5cbe5936a6
commit
356ad0d46e
5 changed files with 10 additions and 11 deletions
|
|
@ -75,7 +75,7 @@ impl<T: AsXml> AsXml for Box<T> {
|
|||
T: 'x;
|
||||
|
||||
fn as_xml_iter(&self) -> Result<Self::ItemIter<'_>, Error> {
|
||||
Ok(BoxAsXml(Box::new(T::as_xml_iter(&self)?)))
|
||||
Ok(BoxAsXml(Box::new(T::as_xml_iter(self)?)))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue