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

@@ -23,7 +23,7 @@ impl TestOutputter {
}
}
impl HeapCellValueOutputter for TestOutputter {
impl HCValueOutputter for TestOutputter {
type Output = Vec<HashSet<String>>;
fn new() -> Self {