libbpf / libbpf-rs

Minimal and opinionated eBPF tooling for the Rust ecosystem
Other
790 stars 138 forks source link

Remove unnecessary casts #998

Closed danielocfb closed 3 weeks ago

danielocfb commented 3 weeks ago

Remove some unnecessary casts. It's unclear why the compiler/linter would not flag that.