aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2026-08-16 22:06:26 +0200
committerache <ache@ache.one>2026-08-16 22:06:26 +0200
commit3e748ee0c8ba6e15243081a5ac813657322e0fe3 (patch)
treedd857291548e3585de8e28d2268330e7f585243a
parentRename remainder line to status line (diff)
Disable clippy warning on byte groupings
I want to keep it that way !
-rw-r--r--src/print.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/print.rs b/src/print.rs
index e68e8ea..fb9ee67 100644
--- a/src/print.rs
+++ b/src/print.rs
@@ -145,6 +145,7 @@ const CHARS_TABLE: [SymbolTableElement; 25] = [
},
];
+#[allow(clippy::unusual_byte_groupings)]
const TO_HIDE_LEGENDE_ELEMENTS: [u32; 26] = [
0b000_000_000_000_0_000_000_000_000,
0b000_000_000_000_1_000_000_000_000,