aboutsummaryrefslogtreecommitdiff
path: root/src/h3/qpack/huffman/table.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/h3/qpack/huffman/table.rs')
-rw-r--r--src/h3/qpack/huffman/table.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/h3/qpack/huffman/table.rs b/src/h3/qpack/huffman/table.rs
index 7162aff..011272c 100644
--- a/src/h3/qpack/huffman/table.rs
+++ b/src/h3/qpack/huffman/table.rs
@@ -1,5 +1,3 @@
-#[allow(clippy::unreadable_literal)]
-
// (num-bits, bits)
pub const ENCODE_TABLE: [(usize, u64); 257] = [
(13, 0x1ff8),