Simplify some redundant field names
This commit is contained in:
parent
636d7ff91b
commit
0b2525c787
16 changed files with 19 additions and 30 deletions
|
@ -132,7 +132,7 @@ pub(super) fn allocation_filter<'tcx>(
|
|||
));
|
||||
}
|
||||
Allocation {
|
||||
bytes: bytes,
|
||||
bytes,
|
||||
provenance: ProvenanceMap { ptrs },
|
||||
align: alloc.align.bytes(),
|
||||
mutability: alloc.mutability.stable(tables),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue