Skip to content

Commit 6049468

Browse files
committed
Fix CI
1 parent ec0551e commit 6049468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util/heap/blockpageresource.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ impl<VM: VMBinding> BlockPageResource<VM> {
126126

127127
self.commit_pages(reserved_pages, required_pages, tls);
128128
Result::Ok(PRAllocResult {
129-
start: start,
129+
start,
130130
pages: required_pages,
131-
new_chunk: new_chunk,
131+
new_chunk,
132132
})
133133
}
134134

0 commit comments

Comments
 (0)