mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
#![allow(clippy::float_cmp)] everywhere
it has always been an annoyance, never a help
This commit is contained in:
@@ -422,8 +422,6 @@ impl std::fmt::Debug for Vec2 {
|
||||
|
||||
#[test]
|
||||
fn test_vec2() {
|
||||
#![allow(clippy::float_cmp)]
|
||||
|
||||
macro_rules! almost_eq {
|
||||
($left:expr, $right:expr) => {
|
||||
let left = $left;
|
||||
|
||||
Reference in New Issue
Block a user