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 460faac commit ce13c80Copy full SHA for ce13c80
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