fix mut
This commit is contained in:
parent
266320f7d9
commit
edab5c20f8
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ impl<'ast> Checker<'ast> {
|
|||
Some(module) => {
|
||||
assert_eq!(module.imports.len(), 0);
|
||||
|
||||
let ids = HashSet::new();
|
||||
let mut ids = HashSet::new();
|
||||
|
||||
for declaration in module.symbols {
|
||||
let pos = declaration.pos();
|
||||
|
|
Loading…
Reference in a new issue