Report ignored statement results

This commit is contained in:
Agus Zubiaga 2024-10-16 20:27:37 -03:00
parent b01771c5ae
commit 6adc6d9168
No known key found for this signature in database
5 changed files with 87 additions and 18 deletions

View file

@ -187,7 +187,7 @@ fn remove_for_reason(
| Reason::ImportParams(_)
| Reason::FxInFunction(_, _)
| Reason::FxInTopLevel(_)
| Reason::Stmt
| Reason::Stmt(_)
| Reason::FunctionOutput => {}
}
}