Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-pro committed Apr 9, 2024
1 parent 07cef95 commit 7524262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unique/windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use windows::Win32::UI::WindowsAndMessaging::{SendMessageW, HWND_BROADCAST};

const APP_ID: &str = "solar-screen-brightness";

#[allow(dead_code)]
pub struct SsbUniqueInstance(UniqueInstance);

impl SsbUniqueInstance {
Expand Down

0 comments on commit 7524262

Please sign in to comment.