auto merge of #16400 : chuckries/rust/patch-1, r=huonw

These are already coded as traits.
This commit is contained in:
bors 2014-08-10 15:46:13 +00:00
commit 23276f9dfe

View file

@ -571,8 +571,6 @@ impl<E, D: Decoder<E>, T: Decodable<D, E>> Decodable<D, E> for RefCell<T> {
// ___________________________________________________________________________
// Helper routines
//
// In some cases, these should eventually be coded as traits.
pub trait EncoderHelpers<E> {
fn emit_from_vec<T>(&mut self,