Clippy: Minor needless_borrowed_reference.

This commit is contained in:
Martin 2023-01-07 18:28:42 +00:00
parent a5e2587555
commit 916f30a07b
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ mod struct_info {
});
let reconstructing = self.included_fields().map(|f| f.name);
let &FieldInfo {
let FieldInfo {
name: ref field_name,
ty: ref field_type,
..