Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 2, 2025
1 parent ce95eec commit 469f103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-core/src/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ impl UntypedRecordUpdateArg {

impl HasLocation for UntypedRecordUpdateArg {
fn location(&self) -> SrcSpan {
self.location.clone()
self.location
}
}

Expand Down

0 comments on commit 469f103

Please sign in to comment.