Address review comments.

This commit is contained in:
Nicholas Nethercote 2022-01-20 09:59:30 +11:00
parent 416399dc10
commit 37fbd91eb5
5 changed files with 9 additions and 11 deletions

View file

@ -142,7 +142,6 @@ impl<'a, K: DepKind + Decodable<opaque::Decoder<'a>>> Decodable<opaque::Decoder<
let end = edge_list_data.len().try_into().unwrap();
let _i: SerializedDepNodeIndex = edge_list_indices.push((start, end));
debug_assert_eq!(_i.index(), _index);
()
})
})
});