Commit 5f69ca6
committed
rustc_serialize: merge
`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.collection_impls.rs into serialize.rs.1 parent f703475 commit 5f69ca6
File tree
3 files changed
+258
-264
lines changed- compiler/rustc_serialize/src
3 files changed
+258
-264
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
0 commit comments