From fae4e2a155c860f81201e404eb2e28bde50bcc4e Mon Sep 17 00:00:00 2001 From: Shotaro Yamada Date: Fri, 17 Apr 2020 13:24:24 +0900 Subject: Remove unused ToHex/FromHex trait --- src/librustc_data_structures/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/librustc_data_structures') diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs index d412eaeff74..bc2da535fd3 100644 --- a/src/librustc_data_structures/lib.rs +++ b/src/librustc_data_structures/lib.rs @@ -29,8 +29,6 @@ extern crate log; #[macro_use] extern crate cfg_if; -pub use rustc_serialize::hex::ToHex; - #[inline(never)] #[cold] pub fn cold_path R, R>(f: F) -> R { -- cgit 1.4.1-3-g733a5