You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/aya-obj/src
Tamir Duberstein aa240baadf Appease clippy
```
error: the following explicit lifetimes could be elided: 'data, 'file
    --> aya-obj/src/obj.rs:1083:6
     |
1083 | impl<'data, 'file, 'a> TryFrom<&'a ObjSection<'data, 'file>> for Section<'a> {
     |      ^^^^^  ^^^^^                             ^^^^^  ^^^^^
     |
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
```
4 months ago
..
btf test: adjust test to not use byte arrays 6 months ago
generated aya: add archs powerpc64 and s390x to aya 6 months ago
programs aya-obj: add conversion u32 to enum type for prog, link, & attach type 5 months ago
lib.rs aya-obj: add conversion u32 to enum type for prog, link, & attach type 5 months ago
links.rs aya-obj: add conversion u32 to enum type for prog, link, & attach type 5 months ago
maps.rs aya-obj: add conversion u32 to enum type for prog, link, & attach type 5 months ago
obj.rs Appease clippy 4 months ago
relocation.rs feat(aya-obj)!: Rename BpfRelocationError -> EbpfRelocationError 11 months ago
util.rs rustfmt: group_imports = "StdExternalCrate" 1 year ago