diff options
| author | Shotaro Yamada <sinkuu@sinkuu.xyz> | 2020-04-17 13:24:24 +0900 |
|---|---|---|
| committer | Shotaro Yamada <sinkuu@sinkuu.xyz> | 2020-04-20 17:59:27 +0900 |
| commit | fae4e2a155c860f81201e404eb2e28bde50bcc4e (patch) | |
| tree | 51d28f3d45b3873181dc698589e6b4ee64f17112 /src/librustc_data_structures | |
| parent | 33905adc5fc51a69329a15ed51c5ee7a71af6088 (diff) | |
| download | rust-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.rs | 2 |
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 { |
