fix lint
This commit is contained in:
parent
0e3b34b668
commit
88ed94b282
|
|
@ -48,8 +48,8 @@ fn struct_field_rename_array(input: &DeriveInput) -> Vec<String> {
|
||||||
panic!("expected `name` attribute");
|
panic!("expected `name` attribute");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if let Err(err) = res {
|
if let Err(e) = res {
|
||||||
panic!("Error parsing attribute: {}", err);
|
panic!("Error parsing attribute: {e}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue