xso-proc: Fix all clippy warnings
This commit is contained in:
parent
b18385cfff
commit
4356cab33c
5 changed files with 8 additions and 11 deletions
|
|
@ -75,7 +75,7 @@ impl fmt::Display for FieldName<'_> {
|
|||
pub(super) fn on_missing_attribute(parent_name: &ParentRef, field: &Member) -> String {
|
||||
format!(
|
||||
"Required attribute {} on {} missing.",
|
||||
FieldName(&field),
|
||||
FieldName(field),
|
||||
parent_name
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue