mirror of https://github.com/aya-rs/aya
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 ```pull/1049/head
parent
55ed9e0546
commit
aa240baadf
Loading…
Reference in New Issue