1
Fork 0

Remove json support from rustc_serialize

This commit is contained in:
bjorn3 2021-06-04 16:37:15 +02:00
parent 15e0d8bdb1
commit ede5ac251c
4 changed files with 0 additions and 3495 deletions

View file

@ -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;