Skip to content

Commit 5f69ca6

Browse files
committed
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.
1 parent f703475 commit 5f69ca6

File tree

3 files changed

+258
-264
lines changed

3 files changed

+258
-264
lines changed

compiler/rustc_serialize/src/collection_impls.rs

Lines changed: 0 additions & 263 deletions
This file was deleted.

compiler/rustc_serialize/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
pub use self::serialize::{Decodable, Decoder, Encodable, Encoder};
2323

24-
mod collection_impls;
2524
mod serialize;
2625

2726
pub mod leb128;

0 commit comments

Comments
 (0)