xso-proc: clippy run
Caught a bug hidden behind #[cfg(not(feature = "minidom"))] Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
5b62672541
commit
4994ac20f9
7 changed files with 22 additions and 22 deletions
|
|
@ -136,7 +136,7 @@ impl NameVariant {
|
|||
}),
|
||||
state_ty_ident,
|
||||
&self.ident.to_string(),
|
||||
&item_iter_ty_lifetime,
|
||||
item_iter_ty_lifetime,
|
||||
)?
|
||||
.with_augmented_init(|init| {
|
||||
quote! {
|
||||
|
|
|
|||
Loading…
Reference in a new issue