libbpf / blazesym

blazesym is a library for address symbolization and related tasks
BSD 3-Clause "New" or "Revised" License
99 stars 24 forks source link

Fix warnings about elided lifetimes #808

Closed danielocfb closed 1 week ago

danielocfb commented 1 week ago

Newer versions of Rust warn about elided lifetimes that get resolved to otherwise declared ones. Use said declared ones to prevent any such warnings from showing up.

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 94.58%. Comparing base (1969711) to head (7600a03). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #808 +/- ## ========================================== - Coverage 94.59% 94.58% -0.01% ========================================== Files 52 52 Lines 9725 9726 +1 ========================================== Hits 9199 9199 - Misses 526 527 +1 ```

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