Fix bug wherein the Codec was clearing the buf after decoding a message. Don't do thatgit stash pop!

This commit is contained in:
Tim Kuehn
2016-12-16 14:15:31 -08:00
parent be156f4d6b
commit f2bf1adf8b
3 changed files with 45 additions and 14 deletions

View File

@@ -59,7 +59,7 @@
//! ```
//!
#![deny(missing_docs)]
#![feature(plugin, conservative_impl_trait, never_type, proc_macro, unboxed_closures, fn_traits)]
#![feature(plugin, conservative_impl_trait, never_type, proc_macro, unboxed_closures, fn_traits, specialization)]
#![plugin(tarpc_plugins)]
extern crate byteorder;