Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Nov 20, 2024
1 parent e33682c commit 4d9da0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ impl TrayIcon {
.set_icon_with_as_template(icon, is_template);
#[cfg(not(target_os = "macos"))]
{
let _ = icon;
let _ = is_template;
Ok(())
}
Expand Down

0 comments on commit 4d9da0a

Please sign in to comment.