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 2ce242e commit 77418a0Copy full SHA for 77418a0
serde-generate/tests/test_utils.rs
@@ -403,8 +403,8 @@ impl Runtime {
403
return results;
404
}
405
406
- // For each byte position < 11 in the serialization of `value`:
407
- for i in 0..std::cmp::min(s.len(), 11) {
+ // For each byte position < 9 in the serialization of `value`:
+ for i in 0..std::cmp::min(s.len(), 9) {
408
// Flip the highest bit
409
{
410
let mut s2 = s.clone();
0 commit comments