Преглед изворни кода

refactor(clippy): allow clippy::wildcard_in_or_patterns

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen пре 2 година
родитељ
комит
4487f460b1
1 измењених фајлова са 1 додато и 0 уклоњено
  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.
     /// Get the alignment this column should use.
     #[cfg(unix)]
     #[cfg(unix)]
     pub fn alignment(self) -> Alignment {
     pub fn alignment(self) -> Alignment {
+        #[allow(clippy::wildcard_in_or_patterns)]
         match self {
         match self {
             Self::FileSize   |
             Self::FileSize   |
             Self::HardLinks  |
             Self::HardLinks  |