clippy: manual_dangling_ptr#6912
Conversation
|
The Firedancer team maintains a line-for-line reimplementation of the |
Test code so no worries about this |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6912 +/- ##
=========================================
- Coverage 83.3% 83.2% -0.1%
=========================================
Files 853 853
Lines 377570 377570
=========================================
- Hits 314525 314513 -12
- Misses 63045 63057 +12 🚀 New features to boost your workflow:
|
Problem
Working towards #6850, broken out from #6910
Summary of Changes
Avoid the instance of
manual_dangling_ptr; this lint was added in Rust1.88:https://rust-lang.github.io/rust-clippy/master/index.html#manual_dangling_ptr