mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Report ignored statement results
This commit is contained in:
parent
b01771c5ae
commit
6adc6d9168
5 changed files with 87 additions and 18 deletions
|
@ -187,7 +187,7 @@ fn remove_for_reason(
|
|||
| Reason::ImportParams(_)
|
||||
| Reason::FxInFunction(_, _)
|
||||
| Reason::FxInTopLevel(_)
|
||||
| Reason::Stmt
|
||||
| Reason::Stmt(_)
|
||||
| Reason::FunctionOutput => {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue