Skip to content

Commit f323767

Browse files
StrophoxRalfJung
andauthored
Update src/provenance_gc.rs
Co-authored-by: Ralf Jung <[email protected]>
1 parent 7d81d10 commit f323767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/provenance_gc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ impl VisitProvenance for OpTy<'_, Provenance> {
122122
}
123123
}
124124

125-
impl<Bytes: AllocBytes> VisitProvenance for Allocation<Provenance, AllocExtra<'_>, Bytes> {
125+
impl VisitProvenance for Allocation<Provenance, AllocExtra<'_>, MiriAllocBytes> {
126126
fn visit_provenance(&self, visit: &mut VisitWith<'_>) {
127127
for prov in self.provenance().provenances() {
128128
prov.visit_provenance(visit);

0 commit comments

Comments
 (0)