mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Merge pull request #2952 from rtfeldman/ability-unused-method-reporting
Ability unused method reporting
This commit is contained in:
commit
e736adaa24
3 changed files with 7 additions and 72 deletions
|
@ -289,7 +289,7 @@ pub fn canonicalize_module_defs<'a>(
|
|||
&mut env,
|
||||
Output::default(),
|
||||
var_store,
|
||||
&scope,
|
||||
scope,
|
||||
&desugared,
|
||||
PatternType::TopLevelDef,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue