mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Remove TODO comment
This commit is contained in:
parent
b71fef5f3b
commit
f0534fc770
1 changed files with 0 additions and 1 deletions
|
@ -450,7 +450,6 @@ pub fn constrain_expr(
|
|||
&AbilityMember(symbol, specialization_id, specialization_var) => {
|
||||
// Save the expectation in the `specialization_var` so we know what to specialize, then
|
||||
// lookup the member in the environment.
|
||||
// TODO don't rewrap expectation
|
||||
let expected_type = *constraints.expectations[expected.index()].get_type_ref();
|
||||
let store_expected =
|
||||
constraints.store(expected_type, specialization_var, file!(), line!());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue