mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Drop debug assert
I don't think this assert is actually accurate.
This commit is contained in:
parent
561f3d9711
commit
be99b82319
1 changed files with 0 additions and 4 deletions
|
@ -329,10 +329,6 @@ fn deep_copy_var_help(
|
|||
}
|
||||
|
||||
let new_ambient_function_var = work!(ambient_function_var);
|
||||
debug_assert_ne!(
|
||||
ambient_function_var, new_ambient_function_var,
|
||||
"lambda set cloned but its ambient function wasn't?"
|
||||
);
|
||||
|
||||
subs.set_content_unchecked(
|
||||
lambda_set_var,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue