Skip to content

Commit

Permalink
liballoc: Remove all uses of {:?}.
Browse files Browse the repository at this point in the history
  • Loading branch information
luqmana committed Oct 16, 2014
1 parent 3bab3dc commit c5a8bad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/liballoc/arc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,6 @@ mod tests {

assert_eq!((*arc_v)[2], 3);
assert_eq!((*arc_v)[4], 5);

info!("{:?}", arc_v);
}

#[test]
Expand Down

0 comments on commit c5a8bad

Please sign in to comment.