Skip to content

Commit

Permalink
Fix imports on example
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Jun 28, 2024
1 parent fea2b34 commit ee2a44a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atspi-common/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ impl StateSet {
///
/// ## Example
/// ```rust
/// # use atspi_common::{State, StateSet};
/// let states = State::Focusable | State::Sensitive | State::Active;
/// let set = StateSet::new(states);
///
Expand Down

0 comments on commit ee2a44a

Please sign in to comment.