Closed HadrienG2 closed 7 months ago
Review changes with SemanticDiff.
Analyzed 1 of 1 files.
Filename | Status | |
---|---|---|
:heavy_check_mark: | src/ffi/int.rs | Analyzed |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.90%. Comparing base (
cd7f76a
) to head (8ab0952
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This lint fires on the cast of a constant which represents the number of bits of the "int" C type. We know that for any foreseeable time to come, this constant will fit into any integer type, even i8, so ignoring the lint is fine.