sapling/lib/treestate
Mark Thomas 93a98afbe4 vlqencoding: don't require Sized for Read or Write traits
Summary:
The `VLQEncode` and `VLQDecode` traits erroneously expected the (automatic)
`Sized` marker trait for `Read` and `Write`.  This meant they couldn't be used
for trait object `Read`s or `Write`s without jumping through hoops or extra
`mut` keywords.

By not requiring `Sized` we can remove those workarounds.

Reviewed By: quark-zju

Differential Revision: D12816459

fbshipit-source-id: 16353e8fefff5738bd24a9f41c9d7d250aea56fd
2018-10-29 04:10:46 -07:00
..
src vlqencoding: don't require Sized for Read or Write traits 2018-10-29 04:10:46 -07:00
Cargo.toml treestate: migrate to rand 0.5 to fix cargo test without breaking buck 2018-06-06 12:54:37 -07:00