Skip to content

Commit

Permalink
Remove unused ToHex/FromHex trait
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkuu committed Apr 20, 2020
1 parent 33905ad commit fae4e2a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 207 deletions.
2 changes: 0 additions & 2 deletions src/librustc_data_structures/lib.rs
Expand Up @@ -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 {
Expand Down
137 changes: 0 additions & 137 deletions src/libserialize/hex.rs

This file was deleted.

67 changes: 0 additions & 67 deletions src/libserialize/hex/tests.rs

This file was deleted.

1 change: 0 additions & 1 deletion src/libserialize/lib.rs
Expand Up @@ -25,7 +25,6 @@ pub use self::serialize::{UseSpecializedDecodable, UseSpecializedEncodable};
mod collection_impls;
mod serialize;

pub mod hex;
pub mod json;

pub mod leb128;
Expand Down

0 comments on commit fae4e2a

Please sign in to comment.