Wire up serde_json for the math functions.
This commit is contained in:
@@ -233,7 +233,7 @@ impl CompareContextElement for OwnedLiteral {
|
||||
OwnedLiteral::LNegativeInteger(self_num),
|
||||
OwnedLiteral::LNegativeInteger(other_num),
|
||||
) => self_num == other_num,
|
||||
(OwnedLiteral::LString(self_text), _) | (_, OwnedLiteral::LString(self_text)) => {
|
||||
(OwnedLiteral::LString(_self_text), _) | (_, OwnedLiteral::LString(_self_text)) => {
|
||||
false
|
||||
}
|
||||
(OwnedLiteral::LFloat(self_num), OwnedLiteral::LFloat(other_num)) => {
|
||||
|
||||
Reference in New Issue
Block a user