Skip to content

Commit

Permalink
Remove unused NoBinary::is_none
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Jan 17, 2024
1 parent c82ee80 commit ab5cf38
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/puffin-traits/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,4 @@ impl NoBinary {
Self::None
}
}

/// Returns `true` if no packages binaries should be excluded from installation.
pub fn is_none(&self) -> bool {
matches!(self, Self::None)
}
}

0 comments on commit ab5cf38

Please sign in to comment.