xso-proc: Fix all clippy warnings

This commit is contained in:
Emmanuel Gil Peyrot 2024-07-03 11:15:33 +02:00
commit 4356cab33c
5 changed files with 8 additions and 11 deletions

View file

@ -118,7 +118,7 @@ impl StructDef {
.compile()
.render(
vis,
&builder_ty_ident,
builder_ty_ident,
&state_ty_ident,
&TypePath {
qself: None,
@ -165,7 +165,7 @@ impl StructDef {
}
.into(),
&state_ty_ident,
&event_iter_ty_ident,
event_iter_ty_ident,
)?;
Ok(IntoXmlParts {