diff options
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/arc.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/liballoc/arc.rs b/src/liballoc/arc.rs index a2483f23534..c447cb46c53 100644 --- a/src/liballoc/arc.rs +++ b/src/liballoc/arc.rs @@ -317,8 +317,6 @@ mod tests { assert_eq!((*arc_v)[2], 3); assert_eq!((*arc_v)[4], 5); - - info!("{:?}", arc_v); } #[test] |
