auto merge of #16400 : chuckries/rust/patch-1, r=huonw
These are already coded as traits.
This commit is contained in:
commit
23276f9dfe
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue