diff --git a/core/src/window/position.rs b/core/src/window/position.rs index 1c8e86b6..2b31a5e2 100644 --- a/core/src/window/position.rs +++ b/core/src/window/position.rs @@ -1,7 +1,7 @@ use crate::{Point, Size}; /// The position of a window in a given screen. -#[derive(Debug, Clone, Copy, PartialEq)] +#[derive(Debug, Clone, Copy)] pub enum Position { /// The platform-specific default position for a new window. Default,