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.
2 parents 460faac + ce13c80 commit 2732f60Copy full SHA for 2732f60
src/html/html_cli.rs
@@ -400,7 +400,7 @@ fn parse_register(
400
}
401
402
let table = vec![
403
- (filling > u16::MAX as _)
+ (filling > u16::MAX as u64)
404
.then(|| object!({"headers": (16..32).rev().collect::<Vec<_>>(), "fields": table[0]})),
405
(filling > 0)
406
.then(|| object!({"headers": (0..16).rev().collect::<Vec<_>>(), "fields": table[1]})),
0 commit comments