Serialize unsized Arc and Rc

This commit is contained in:
David Tolnay
2017-09-04 10:16:03 -07:00
parent 7650a48fdd
commit e4ea2a56e9
3 changed files with 40 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ unstable = ["serde/unstable", "compiletest_rs"]
[dev-dependencies]
fnv = "1.0"
rustc-serialize = "0.3.16"
serde = { path = "../serde" }
serde = { path = "../serde", features = ["rc"] }
serde_derive = { path = "../serde_derive" }
serde_test = { path = "../serde_test" }