SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 64 Rust

rustc_serialize: merge `collection_impls.rs` into `serialize.rs`.

`serialize.rs` has the `Encodable`/`Decodable` impls for lots of basic
types, including `Vec`. `collection_impls` has it for lots of collection
types. The distinction isn't really meaningful, and it's simpler to have
them all in a single file.
N
Nicholas Nethercote committed
5f69ca62f2ceb9fab475c05e6df426fcc26cb77d
Parent: f703475