Skip to content

Commit

Permalink
chore: Fix a clippy warning in the Unix adapter (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
DataTriny authored Jan 14, 2024
1 parent e750a8f commit 2c6d22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/unix/src/adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ impl Adapter {
})));
let adapter = Self {
id,
messages: messages.clone(),
messages,
r#impl: r#impl.clone(),
is_window_focused,
root_window_bounds,
Expand Down

0 comments on commit 2c6d22e

Please sign in to comment.