Closed Acaccia closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.04%. Comparing base (
f223dd2
) to head (55ef9e8
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The new Rust update 1.82 created this new clippy warning that prevents the CI from passing:
Following the recommendation, I boxed the large element
ast
fromCompileError::Generic
.