Skip to content

Commit 180adcb

Browse files
committed
cleanup commented macros
1 parent 1857149 commit 180adcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/value/implements.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ macro_rules! implement {
5050
}
5151

5252
implement_eq!($to, $from);
53-
// implement_extras!($from);
5453
};
5554
($to:ident, $from:ty) => {
5655
impl From<$from> for JsonValue {
@@ -60,7 +59,6 @@ macro_rules! implement {
6059
}
6160

6261
implement_eq!($to, $from);
63-
// implement_extras!($from);
6462
}
6563
}
6664

0 commit comments

Comments
 (0)