Skip to content

Commit 0e47f94

Browse files
committed
remove outdated comment
These are already coded as traits.
1 parent d4d608f commit 0e47f94

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)