Skip to content

Commit c5a8bad

Browse files
committed
liballoc: Remove all uses of {:?}.
1 parent 3bab3dc commit c5a8bad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/liballoc/arc.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,6 @@ mod tests {
317317

318318
assert_eq!((*arc_v)[2], 3);
319319
assert_eq!((*arc_v)[4], 5);
320-
321-
info!("{:?}", arc_v);
322320
}
323321

324322
#[test]

0 commit comments

Comments
 (0)