Skip to content

Conversation

@d-e-s-o
Copy link
Collaborator

@d-e-s-o d-e-s-o commented Jan 22, 2026

Rust 1.93 stabilized the function_casts_as_integer lint, which happens to be enabled by default now and causes a bunch of "red" in our CI. Address the problems reported to get back to "green".

Rust 1.93 stabilized the function_casts_as_integer lint, which happens
to be enabled by default now and causes a bunch of "red" in our CI.
Address the problems reported to get back to "green".

Signed-off-by: Daniel Müller <deso@posteo.net>
@d-e-s-o d-e-s-o enabled auto-merge (rebase) January 22, 2026 17:41
@d-e-s-o d-e-s-o merged commit 9d5f358 into libbpf:main Jan 22, 2026
41 checks passed
@d-e-s-o d-e-s-o deleted the topic/green-greener-greenest branch January 22, 2026 17:46
@codecov
Copy link

codecov bot commented Jan 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.80%. Comparing base (fe505f7) to head (da3769f).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1440      +/-   ##
==========================================
- Coverage   95.91%   95.80%   -0.11%     
==========================================
  Files          61       61              
  Lines       11111    11114       +3     
==========================================
- Hits        10657    10648       -9     
- Misses        454      466      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant