Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
utam0k committed Apr 23, 2023
1 parent bed58f0 commit 061ab61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ pub enum LinuxDeviceType {
P,
}

#[allow(clippy::derivable_impls)] // because maeking it clear that All is the default
impl Default for LinuxDeviceType {
fn default() -> LinuxDeviceType {
LinuxDeviceType::A
Expand Down

0 comments on commit 061ab61

Please sign in to comment.