From babd3a06a0f39492b7b2272d807695ef8fc9fb0c Mon Sep 17 00:00:00 2001 From: Folkert Date: Fri, 1 Jan 2021 00:18:57 +0100 Subject: [PATCH] clippy --- compiler/mono/src/ir.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/mono/src/ir.rs b/compiler/mono/src/ir.rs index 6b1539a7f5..de3d9398ee 100644 --- a/compiler/mono/src/ir.rs +++ b/compiler/mono/src/ir.rs @@ -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