abbreviate names in heap_iter.rs

This commit is contained in:
Mark Thom
2018-05-04 19:43:43 -06:00
parent 8974035fed
commit 2df82e6b01
5 changed files with 52 additions and 54 deletions

View File

@@ -424,7 +424,7 @@ impl Machine {
}
pub fn heap_view<Outputter>(&self, var_dir: &HeapVarDict, mut output: Outputter) -> Outputter
where Outputter: HeapCellValueOutputter
where Outputter: HCValueOutputter
{
for (var, addr) in var_dir {
output.begin_new_var();