Skip to content

Commit

Permalink
Fix new clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jan 31, 2024
1 parent 31b7bd6 commit 065d259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/linux/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ enum TermalSensorType {
IntelPECI,
/// Not all types are supported by all chips so we keep space for
/// unknown sensors.
#[allow(dead_code)]
Unknown(u8),
}

Expand Down

0 comments on commit 065d259

Please sign in to comment.