Closed briansmith closed 8 months ago
FYI @BusyJay. In the midst of getting it to work with MSRV 1.61, I got the priorities mixed up regarding unsafe
. This should work exactly the same
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.30%. Comparing base (
5fb6541
) to head (51f1456
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Make
detect_feature
a safe function by haivng it do a (clearly superfluous) check on the well-formedness of its input.