Skip to content

Commit 23276f9

Browse files
committed
auto merge of #16400 : chuckries/rust/patch-1, r=huonw
These are already coded as traits.
2 parents 69c58bc + 0e47f94 commit 23276f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libserialize/serialize.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,6 @@ impl<E, D: Decoder<E>, T: Decodable<D, E>> Decodable<D, E> for RefCell<T> {
571571

572572
// ___________________________________________________________________________
573573
// Helper routines
574-
//
575-
// In some cases, these should eventually be coded as traits.
576574

577575
pub trait EncoderHelpers<E> {
578576
fn emit_from_vec<T>(&mut self,

0 commit comments

Comments
 (0)