aya/xtask/src
Dave Tucker f6c5cb2ad2 chore(*): set clippy unused_trait_names = warn
We have previously tried to import traits anonymously where possible but
enforcing this manually was hard.

Since Rust 1.83 clippy can now enforce this for us.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
..
codegen chore(*): set clippy unused_trait_names = warn
docs.rs chore(aya-ebpf): Rename bpf -> ebpf
lib.rs Bump edition to 2024
main.rs Bump edition to 2024
public_api.rs Bump edition to 2024
run.rs feat: Refactor init into test-distro