sapling/lib/vlqencoding
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
..
benches codemod: add copyright headers 2018-10-26 15:09:12 -07:00
src vlqencoding: don't require Sized for Read or Write traits 2018-10-29 04:10:46 -07:00
Cargo.toml vlqencoding: replace criterion with minibench 2018-04-17 18:54:39 -07:00