Skip to content

Commit

Permalink
MatchType now defaults to All
Browse files Browse the repository at this point in the history
  • Loading branch information
luukvanderduim committed Jun 24, 2024
1 parent d6e2f03 commit 728e724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atspi-common/src/object_match.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ impl ObjectMatchRuleBuilder {
#[derive(Clone, Copy, Debug, PartialEq, Eq, Serialize, Deserialize, Type, Default)]
#[repr(i32)]
pub enum MatchType {
#[default]
/// Invalidates match criterion.
Invalid,

#[default]
/// All of the criteria must be met.
All,

Expand Down

0 comments on commit 728e724

Please sign in to comment.