Closed briansmith closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.12%. Comparing base (
525047a
) to head (1cad1ee
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The
#[inline(always)]
onopen_strided
was just a mistake.But, even correcting that, the compiler won't structure
open()
andseal()
in the expected way. With these changes, the integrated implementations will get inlined (as far as possible) and the compiler will be biased towards assuming they will be used.