diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-06-04 16:37:15 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-06-03 16:46:20 +0000 |
| commit | ede5ac251ce4189e580e754c4a8bc2a9d4b7cb3a (patch) | |
| tree | 0ffbf3e4257c97bf19be81fd1c0b2eab27c3912d /compiler/rustc_serialize/src/lib.rs | |
| parent | 15e0d8bdb1f81be314114e78e4ff507a97e8ce33 (diff) | |
| download | rust-ede5ac251ce4189e580e754c4a8bc2a9d4b7cb3a.tar.gz rust-ede5ac251ce4189e580e754c4a8bc2a9d4b7cb3a.zip | |
Remove json support from rustc_serialize
Diffstat (limited to 'compiler/rustc_serialize/src/lib.rs')
| -rw-r--r-- | compiler/rustc_serialize/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_serialize/src/lib.rs b/compiler/rustc_serialize/src/lib.rs index bd257dc6464..b3a0bcf0e11 100644 --- a/compiler/rustc_serialize/src/lib.rs +++ b/compiler/rustc_serialize/src/lib.rs @@ -25,7 +25,5 @@ pub use self::serialize::{Decodable, Decoder, Encodable, Encoder}; mod collection_impls; mod serialize; -pub mod json; - pub mod leb128; pub mod opaque; |
