Rustfmt
This commit is contained in:
parent
3183b44a1e
commit
1fcae03369
287 changed files with 5888 additions and 4608 deletions
|
@ -317,10 +317,13 @@ impl<Prov: Provenance, Bytes: AllocBytes> Allocation<Prov, (), Bytes> {
|
|||
Ok(Allocation {
|
||||
bytes,
|
||||
provenance: ProvenanceMap::new(),
|
||||
init_mask: InitMask::new(size, match init {
|
||||
AllocInit::Uninit => false,
|
||||
AllocInit::Zero => true,
|
||||
}),
|
||||
init_mask: InitMask::new(
|
||||
size,
|
||||
match init {
|
||||
AllocInit::Uninit => false,
|
||||
AllocInit::Zero => true,
|
||||
},
|
||||
),
|
||||
align,
|
||||
mutability: Mutability::Mut,
|
||||
extra: (),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue