Stranger6667 / jsonschema-rs

JSON Schema validation library
https://docs.rs/jsonschema
MIT License
511 stars 91 forks source link

chore: remove deprecated epsilon reference #396

Closed DanielBauman88 closed 1 year ago

DanielBauman88 commented 1 year ago

See https://doc.rust-lang.org/std/f64/constant.EPSILON.html Updated to https://doc.rust-lang.org/std/primitive.f64.html#associatedconstant.EPSILON

codecov[bot] commented 1 year ago

Codecov Report

Merging #396 (d81997a) into master (002edce) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #396   +/-   ##
=======================================
  Coverage   79.52%   79.52%           
=======================================
  Files          52       52           
  Lines        4455     4455           
=======================================
  Hits         3543     3543           
  Misses        912      912           
Impacted Files Coverage Δ
jsonschema/src/keywords/multiple_of.rs 81.03% <100.00%> (ø)
jsonschema/src/error.rs 57.71% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Stranger6667 commented 1 year ago

Thanks!