Skip to content

Commit c5beff3

Browse files
clippy
1 parent d1e61d0 commit c5beff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler-core/src/parse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2743,7 +2743,7 @@ where
27432743
end: fields.last().map_or(name_end, |field| field.location.end),
27442744
},
27452745
error: ParseErrorType::ExpectedRecordConstructor {
2746-
type_name: type_name.clone(),
2746+
type_name,
27472747
public,
27482748
opaque,
27492749
fields,

0 commit comments

Comments
 (0)