jsonschema-rs icon indicating copy to clipboard operation
jsonschema-rs copied to clipboard

Avoid `PosInt` & `NegInt` comparison

Open Stranger6667 opened this issue 3 years ago • 0 comments

In keywords::helpers::equal there is no need to compare those, as we know upfront that they are never equal. At the moment all cases are just passed to NumCmp

Stranger6667 avatar May 27 '22 07:05 Stranger6667