Skip to content

Commit

Permalink
Merge pull request #70 from ongardie/warning
Browse files Browse the repository at this point in the history
Suppress compiler warning
  • Loading branch information
ongardie authored Jun 17, 2024
2 parents a4dcb4b + e3dc456 commit d23c2c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pub struct Summary {
pub upgraded: usize,
pub newly_installed: usize,
pub removed: usize,
#[allow(unused)]
pub not_upgraded: usize,
}

Expand Down

0 comments on commit d23c2c6

Please sign in to comment.