mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
clippy
This commit is contained in:
parent
4cf5566456
commit
babd3a06a0
1 changed files with 1 additions and 1 deletions
|
@ -3177,7 +3177,7 @@ pub fn with_hole<'a>(
|
|||
enum FieldType<'a> {
|
||||
CopyExisting(u64),
|
||||
UpdateExisting(&'a roc_can::expr::Field),
|
||||
};
|
||||
}
|
||||
|
||||
// Strategy: turn a record update into the creation of a new record.
|
||||
// This has the benefit that we don't need to do anything special for reference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue