Skip to content

Commit

Permalink
system: Clippy cleanups
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Jun 17, 2024
1 parent b91a7c1 commit 5b7203f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/system/disks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use thiserror::Error;

/// Indicates type of disk device
#[derive(Debug)]
#[allow(clippy::upper_case_acronyms)]
pub enum Kind {
/// Hard disk drive
HDD,
Expand Down
1 change: 1 addition & 0 deletions src/system/locale/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ mod iso_639_2;
mod iso_639_3;

mod registry;

0 comments on commit 5b7203f

Please sign in to comment.