mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
further optimizations
This commit is contained in:
parent
df83bf0d48
commit
24ddc4b1e8
4 changed files with 90 additions and 17 deletions
|
@ -1121,7 +1121,7 @@ pub fn constrain_decls(home: ModuleId, decls: &[Declaration]) -> Constraint {
|
|||
}
|
||||
|
||||
// this assert make the "root" of the constraint wasn't dropped
|
||||
debug_assert!(format!("{:?}", &constraint).contains("SaveTheEnvironment"));
|
||||
debug_assert!(constraint.contains_save_the_environment());
|
||||
|
||||
constraint
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue