Closed antalsz closed 4 months ago
PR Preview Action v1.4.7
:---:
:rocket: Deployed preview to https://rigetti.github.io/quil-rs/pr-preview/pr-378/
on branch quil-py-docs
at 2024-06-13 17:37 UTC
I'm surprised by the deprecation of std::f64
but I guess it makes sense. Docs: https://doc.rust-lang.org/std/f64/constant.EPSILON.html
The MSRV Clippy check was failing; looks like
std::f64::EPSILON
is nowf64::EPSILON
.