We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fd82a commit 97f0768Copy full SHA for 97f0768
src/mmtk.rs
@@ -556,6 +556,6 @@ impl<VM: VMBinding> MMTK<VM> {
556
});
557
}
558
559
- return ret;
+ ret
560
561
src/scheduler/worker.rs
@@ -460,6 +460,6 @@ impl<VM: VMBinding> WorkerGroup<VM> {
460
461
live_bytes_per_space.clear();
462
463
464
465
0 commit comments