From c5a8bad1ffaeee78aaa3cff6ddd3e8c93ca9b989 Mon Sep 17 00:00:00 2001 From: Luqman Aden Date: Wed, 15 Oct 2014 03:09:29 -0400 Subject: [PATCH] liballoc: Remove all uses of {:?}. --- src/liballoc/arc.rs | 2 -- 1 file changed, 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 @@ fn manually_share_arc() { assert_eq!((*arc_v)[2], 3); assert_eq!((*arc_v)[4], 5); - - info!("{:?}", arc_v); } #[test] -- GitLab