We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1857149 commit 180adcbCopy full SHA for 180adcb
src/value/implements.rs
@@ -50,7 +50,6 @@ macro_rules! implement {
50
}
51
52
implement_eq!($to, $from);
53
- // implement_extras!($from);
54
};
55
($to:ident, $from:ty) => {
56
impl From<$from> for JsonValue {
@@ -60,7 +59,6 @@ macro_rules! implement {
60
59
61
62
63
64
65
66
0 commit comments