Skip to content

Commit 8f8962d

Browse files
committed
change to 1 + 2 for consistency
1 parent 34e8e34 commit 8f8962d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-body/src/size_hint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ fn size_hint_addition_proof() {
140140
let exact_2 = SizeHint::with_exact(2);
141141

142142
// with_exact
143-
reciprocal_add_eq!(exact_1, exact_2, to_parts(SizeHint::with_exact(3)));
143+
reciprocal_add_eq!(exact_1, exact_2, to_parts(SizeHint::with_exact(1 + 2)));
144144

145145
let some_lhs = SizeHint {
146146
lower: 4,

0 commit comments

Comments
 (0)