jito-foundation / restaking

https://docs.restaking.jito.network/
Other
54 stars 5 forks source link

NIT: Remove borrow mut when we don't need to #119

Closed coachchucksol closed 5 days ago

coachchucksol commented 1 week ago

Need to understand why we need to borrow_mut on data we don't modify before we drop

coachchucksol commented 1 week ago

I removed, drop() this is still valid

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.12%. Comparing base (d3922ec) to head (7bc68eb). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #119 +/- ## ========================================== - Coverage 82.12% 82.12% -0.01% ========================================== Files 86 86 Lines 8651 8650 -1 ========================================== - Hits 7105 7104 -1 Misses 1546 1546 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.