Closed stefunctional closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.51%. Comparing base (
d54563f
) to head (985703b
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks for fixing this.
It would be nice to know why this is... perhaps one of the two crates can be changed so that the order can stay the same in the two cases. It's not super important now, but I hope to look into this eventually.
It would be nice to know why this is
Apparently uniffi
can't deal with the lifetimes in the code generated by async_trait
.
Follow-up for #130.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.