Skip to content

Commit 26ec9f7

Browse files
Fix Cargo format issues
1 parent 23c4a9a commit 26ec9f7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

gc/mmtk/src/weak_proc.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ impl WeakProcessor {
5252
///
5353
/// Amortizes mutex acquisition over the entire batch. Called when a
5454
/// mutator's local buffer is flushed (buffer full or stop-the-world).
55-
pub fn add_obj_free_candidates_batch(&self, objects: &[ObjectReference], can_parallel_free: bool) {
55+
pub fn add_obj_free_candidates_batch(
56+
&self,
57+
objects: &[ObjectReference],
58+
can_parallel_free: bool,
59+
) {
5660
if objects.is_empty() {
5761
return;
5862
}

0 commit comments

Comments
 (0)