Silence clippy errors and warnings
Silence all clippy warnings and errors.
All commits are kind of straight forward.
The last commit is more intrusive as it reimplements the basic_type_test
macro with the f64
type,
but without specialization I don't think there is another way to get rid of the error (clippy::float_cmp
).
Edited by rml