Skip to content

Commit

Permalink
And more
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Jul 26, 2020
1 parent 0d646a3 commit b002035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heim-disk/src/filesystem.rs
Expand Up @@ -74,7 +74,7 @@ pub enum FileSystem {

impl FileSystem {
/// Checks if filesystem is used for a physical devices
#[allow(clippy::unknown-clippy-lints, clippy::match_like_matches_macro)]
#[allow(clippy::unknown_clippy_lints, clippy::match_like_matches_macro)]
pub fn is_physical(&self) -> bool {
match self {
FileSystem::Other(..) => false,
Expand Down

0 comments on commit b002035

Please sign in to comment.