Merge pull request #2952 from rtfeldman/ability-unused-method-reporting

Ability unused method reporting
This commit is contained in:
Ayaz 2022-04-25 15:53:06 -04:00 committed by GitHub
commit e736adaa24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 72 deletions

View file

@ -289,7 +289,7 @@ pub fn canonicalize_module_defs<'a>(
&mut env,
Output::default(),
var_store,
&scope,
scope,
&desugared,
PatternType::TopLevelDef,
);