Skip to content

Commit bde4572

Browse files
committed
Remove PartialEq implementation for window::Position
1 parent 89f480b commit bde4572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/window/position.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::{Point, Size};
22

33
/// The position of a window in a given screen.
4-
#[derive(Debug, Clone, Copy, PartialEq)]
4+
#[derive(Debug, Clone, Copy)]
55
pub enum Position {
66
/// The platform-specific default position for a new window.
77
Default,

0 commit comments

Comments
 (0)