mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-24 20:42:29 +00:00
Report unused imports in modules
This commit is contained in:
parent
5dc51ce444
commit
92aa0912ea
8 changed files with 72 additions and 27 deletions
|
@ -129,7 +129,7 @@ fn create_llvm_module<'a>(
|
|||
// Ignore "unused" problems
|
||||
UnusedDef(_, _)
|
||||
| UnusedArgument(_, _, _, _)
|
||||
| UnusedImport(_, _)
|
||||
| UnusedModuleImport(_, _)
|
||||
| RuntimeError(_)
|
||||
| UnsupportedPattern(_, _)
|
||||
| ExposedButNotDefined(_) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue