Browse Source

refactor(clippy): allow clippy::wildcard_in_or_patterns

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 năm trước cách đây
mục cha
commit
4487f460b1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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  |