don't emit overwriting warnings for term_expansion/2 or goal_expansion/2

This commit is contained in:
Mark Thom
2020-03-14 14:18:01 -06:00
parent 97aab6950c
commit 42a90b2d40
2 changed files with 10 additions and 2 deletions

View File

@@ -380,7 +380,7 @@ impl MachineState {
self.reset_with_heap_preservation();
Some(output.result()))
Some(output.result())
}
}
}