Skip to content

Commit

Permalink
Allow clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlexDev23 committed Jan 7, 2025
1 parent e1fcf32 commit c9c55be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file modified .devcontainer/setup.sh
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions crates/power-applet/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ async fn main() {
.await
.expect("Could not get profile override");

#[allow(clippy::zombie_processes)]
let mut process = tray_process(&profiles_info, profile_override.is_some());

loop {
Expand Down

0 comments on commit c9c55be

Please sign in to comment.