Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
raphlinus committed Oct 26, 2023
1 parent 8eaa09e commit 16cb143
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/xilem_svg/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ impl Cx {
}
}

impl Default for Cx {
fn default() -> Self {
Self::new()
}
}

impl MessageThunk {
pub fn push_message(&self, message_body: impl Any + Send + 'static) {
let message = Message {
Expand Down

0 comments on commit 16cb143

Please sign in to comment.