Closed Ogeon closed 1 month ago
Attention: Patch coverage is 0%
with 14 lines
in your changes missing coverage. Please review.
Project coverage is 82.83%. Comparing base (
e37e2fe
) to head (d78e89d
). Report is 2 commits behind head on master.
Comparing clippy_fixes
(d78e89d) with master
(e37e2fe)
⚡ 2
improvements
✅ 45
untouched benchmarks
Benchmark | master |
clippy_fixes |
Change | |
---|---|---|---|---|
⚡ | matrix_inverse |
438.9 ns | 381.7 ns | +14.99% |
⚡ | multiply_3x3 |
316.7 ns | 287.5 ns | +10.14% |
Clarifies implicitly named lifetimes, and elides named lifetimes that only appear once. Shouldn't affect the type checking.