Stranger6667/jsonschema-rs

Avoid `PosInt` & `NegInt` comparison

Closed this issue · 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