Browse Source

refactor(clippy): allow clippy::wildcard_in_or_patterns

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 years ago
parent
commit
4487f460b1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/output/table.rs

+ 1 - 0
src/output/table.rs

@@ -179,6 +179,7 @@ impl Column {
     /// Get the alignment this column should use.
     #[cfg(unix)]
     pub fn alignment(self) -> Alignment {
+        #[allow(clippy::wildcard_in_or_patterns)]
         match self {
             Self::FileSize   |
             Self::HardLinks  |