Skip to content

Fix clippy complaints

Jeremy Soller requested to merge alexheretic:clippy into master

Created by: alexheretic

This pr addresses all current clippy warnings, in particular adds approx crate to deal with float equality. Using our current benchmarks the float equality change seems to have no effect on performance.

Merge request reports