Skip to content

Commit 87462db

Browse files
committed
Fix query size estimation
The tsymbol is no longer required for flat arrays
1 parent 7585051 commit 87462db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,6 @@ impl Query {
455455
// the newline
456456
len += 1;
457457
element_lengths.iter().for_each(|elem| {
458-
// the tsymbol
459-
len += 1;
460458
// the digit length
461459
len += dig_count(*elem);
462460
// the newline

0 commit comments

Comments
 (0)