Skip to content

Commit

Permalink
Monitor PartialEq
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Sep 6, 2024
1 parent eae7071 commit a468845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ pub struct Monitors {
}

/// Information about a monitor connected to a device.
#[derive(Clone, Debug)]
#[derive(Clone, Debug, PartialEq)]
pub struct Monitor(MonitorHandle);

impl Monitor {
Expand Down

0 comments on commit a468845

Please sign in to comment.