We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42adc7 commit 5d0e0f1Copy full SHA for 5d0e0f1
collector/src/lib.rs
@@ -202,7 +202,7 @@ impl fmt::Display for Sha {
202
}
203
Sha::Raw { length, bytes } => {
204
let mut v = BitView::with_bytes(bytes);
205
- let mut decoded = [0; 19];
+ let mut decoded = [0; 30];
206
for idx in 0..length as usize {
207
decoded[idx] = match v.read5() {
208
0 => b'-',
0 commit comments