getsentry / sentry-rust

Official Sentry SDK for Rust
https://sentry.io/
Apache License 2.0
620 stars 153 forks source link

Apply clippy fixes and cherry-pick PRs #610

Closed Swatinem closed 1 year ago

Swatinem commented 1 year ago

This applies cargo clippy fixes and bumps the MSRV.

It also cherry-picks #603 and #606, with an additional fixup to actually make it compile.

codecov[bot] commented 1 year ago

Codecov Report

Merging #610 (b14af22) into master (6ef6d97) will decrease coverage by 0.06%. The diff coverage is 77.77%.

:exclamation: Current head b14af22 differs from pull request most recent head 17de9b1. Consider uploading reports for the commit 17de9b1 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #610 +/- ## ========================================== - Coverage 73.23% 73.18% -0.06% ========================================== Files 65 57 -8 Lines 6591 6578 -13 ========================================== - Hits 4827 4814 -13 Misses 1764 1764 ```