getsentry / symbolic

Stack trace symbolication library written in Rust
https://github.com/getsentry/symbolic#readme
MIT License
447 stars 75 forks source link

fix: Clippy #810

Closed loewenheim closed 1 year ago

loewenheim commented 1 year ago

skip-changelog

codecov[bot] commented 1 year ago

Codecov Report

Merging #810 (83950b7) into master (11472bf) will decrease coverage by 0.02%. The diff coverage is 73.33%.

:exclamation: Current head 83950b7 differs from pull request most recent head 60195ee. Consider uploading reports for the commit 60195ee to get more accurate results

@@            Coverage Diff             @@
##           master     #810      +/-   ##
==========================================
- Coverage   74.88%   74.86%   -0.02%     
==========================================
  Files          63       63              
  Lines       15649    15654       +5     
==========================================
+ Hits        11718    11719       +1     
- Misses       3931     3935       +4     
loewenheim commented 1 year ago

I guess clippy still doesn’t like it :-(

It was just let-else formatting.