Skip to content

Allow collapsible-match Clippy lint#1545

Merged
d-e-s-o merged 1 commit intolibbpf:mainfrom
d-e-s-o:topic/collapse-me-now
Apr 17, 2026
Merged

Allow collapsible-match Clippy lint#1545
d-e-s-o merged 1 commit intolibbpf:mainfrom
d-e-s-o:topic/collapse-me-now

Conversation

@d-e-s-o
Copy link
Copy Markdown
Collaborator

@d-e-s-o d-e-s-o commented Apr 17, 2026

Allow the collapsible-match Clippy lint (added in Rust 1.95), similar to what we already do for collapsible-if and collapsible-else-if.

Allow the collapsible-match Clippy lint (added in Rust 1.95), similar to
what we already do for collapsible-if and collapsible-else-if.

Signed-off-by: Daniel Müller <deso@posteo.net>
@d-e-s-o d-e-s-o enabled auto-merge (rebase) April 17, 2026 21:24
@d-e-s-o d-e-s-o merged commit 7ed2c51 into libbpf:main Apr 17, 2026
42 checks passed
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.50%. Comparing base (c529f1f) to head (0546477).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1545      +/-   ##
==========================================
- Coverage   95.51%   95.50%   -0.02%     
==========================================
  Files          56       56              
  Lines        9534     9534              
==========================================
- Hits         9106     9105       -1     
- Misses        428      429       +1     

☔ 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.

@d-e-s-o d-e-s-o deleted the topic/collapse-me-now branch April 17, 2026 21:28
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