Skip to content

Commit

Permalink
AriaAtomic struct -> bool
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Jan 22, 2023
1 parent cedd1f0 commit 693a95f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions common/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,5 @@ pub enum AriaLive {
Other(String),
}

#[derive(Serialize, Deserialize, Debug, Eq, PartialEq, Hash)]
#[serde(transparent)]
pub struct AriaAtomic(bool);
pub type AriaAtomic = bool;

0 comments on commit 693a95f

Please sign in to comment.