eliminate lingering attribute goals

This commit is contained in:
Mark Thom
2019-10-16 11:38:33 -03:00
parent b6a2e26a4f
commit 42a3bdc357
3 changed files with 3 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ impl AttrVarInitializer {
pub(super) fn reset(&mut self) {
self.attr_var_queue.clear();
self.bindings.clear();
self.attribute_goals.clear();
}
}