about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorShotaro Yamada <sinkuu@sinkuu.xyz>2020-04-17 13:24:24 +0900
committerShotaro Yamada <sinkuu@sinkuu.xyz>2020-04-20 17:59:27 +0900
commitfae4e2a155c860f81201e404eb2e28bde50bcc4e (patch)
tree51d28f3d45b3873181dc698589e6b4ee64f17112 /src/librustc_data_structures
parent33905adc5fc51a69329a15ed51c5ee7a71af6088 (diff)
downloadrust-fae4e2a155c860f81201e404eb2e28bde50bcc4e.tar.gz
rust-fae4e2a155c860f81201e404eb2e28bde50bcc4e.zip
Remove unused ToHex/FromHex trait
Diffstat (limited to 'src/librustc_data_structures')
-rw-r--r--src/librustc_data_structures/lib.rs2
1 files changed, 0 insertions, 2 deletions
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<F: FnOnce() -> R, R>(f: F) -> R {