fix tidy errors
This commit is contained in:
parent
f4261772d8
commit
ab421a1762
@ -31,4 +31,5 @@ fn main() {
|
||||
assert_eq!((Generic::<10>).bar(), 11);
|
||||
}
|
||||
|
||||
// Test that the ``ConstU64<{ K + 1 - 1}>`` bound on ``bar``'s impl block satisfies the ``ConstU64<{K - 1}>`` bound on ``foo``'s impl block
|
||||
// Test that the ``ConstU64<{ K + 1 - 1}>`` bound on ``bar``'s impl block satisfies the
|
||||
// ``ConstU64<{K - 1}>`` bound on ``foo``'s impl block
|
||||
|
@ -31,4 +31,5 @@ fn main() {
|
||||
assert_eq!(substs3::<2>().0, [0; 3]);
|
||||
}
|
||||
|
||||
// Test that the ``{ (L - 1) * 2 + 1 }`` bound on ``substs3`` satisfies the ``{ N + 1 }`` bound on ``Substs1``
|
||||
// Test that the ``{ (L - 1) * 2 + 1 }`` bound on ``substs3`` satisfies the
|
||||
// ``{ N + 1 }`` bound on ``Substs1``
|
||||
|
@ -25,4 +25,5 @@ fn main() {
|
||||
assert_eq!(substs3::<2>().0, [0; 2]);
|
||||
}
|
||||
|
||||
// Test that the implicit ``{ (L) }`` bound on ``substs3`` satisfies the ``{ (N) }`` bound on ``Substs1``
|
||||
// Test that the implicit ``{ (L) }`` bound on ``substs3`` satisfies the
|
||||
// ``{ (N) }`` bound on ``Substs1``
|
||||
|
Loading…
x
Reference in New Issue
Block a user