Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
luukvanderduim committed Jun 23, 2024
1 parent 7f5dcd7 commit 511637c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atspi-proxies/src/collection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//!
//! [`CollectionProxy`]: crate::collection::CollectionProxy

use crate::common::{ObjectRef, SortOrder, TreeTraversalType};
use crate::common::{ObjectMatchRule, ObjectRef, SortOrder, TreeTraversalType};

#[zbus::proxy(interface = "org.a11y.atspi.Collection", assume_defaults = true)]
trait Collection {
Expand Down

0 comments on commit 511637c

Please sign in to comment.