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
```
11 months ago
..
btf test: adjust test to not use byte arrays 1 year ago
generated aya: add archs powerpc64 and s390x to aya 1 year ago
programs aya-obj: add conversion u32 to enum type for prog, link, & attach type 1 year ago
lib.rs aya-obj: add conversion u32 to enum type for prog, link, & attach type 1 year ago
links.rs aya-obj: add conversion u32 to enum type for prog, link, & attach type 1 year ago
maps.rs aya-obj: add conversion u32 to enum type for prog, link, & attach type 1 year ago
obj.rs Appease clippy 11 months ago
relocation.rs feat(aya-obj)!: Rename BpfRelocationError -> EbpfRelocationError 2 years ago
util.rs rustfmt: group_imports = "StdExternalCrate" 2 years ago