From 01fb27f64814dbd2fef755af4fd6197b1fe74240 Mon Sep 17 00:00:00 2001 From: Seo Sanghyeon Date: Tue, 12 Apr 2016 22:58:55 +0900 Subject: Remove unused trait imports --- src/libsyntax/util/interner.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libsyntax/util') diff --git a/src/libsyntax/util/interner.rs b/src/libsyntax/util/interner.rs index 6e9c161293d..8e20358027b 100644 --- a/src/libsyntax/util/interner.rs +++ b/src/libsyntax/util/interner.rs @@ -115,14 +115,12 @@ impl Ord for RcStr { impl fmt::Debug for RcStr { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { - use std::fmt::Debug; self[..].fmt(f) } } impl fmt::Display for RcStr { fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { - use std::fmt::Display; self[..].fmt(f) } } -- cgit 1.4.1-3-g733a5