mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Only need 1 lifetime here
This commit is contained in:
parent
0b63284c7b
commit
66e55890e2
|
@ -67,7 +67,7 @@ fn load_from_object<'file>(
|
|||
endian: Endian,
|
||||
) -> Result<gimli::EndianRcSlice<Endian>, gimli::Error>
|
||||
where
|
||||
O: object::Object<'data, 'file>,
|
||||
O: object::Object<'data>,
|
||||
Endian: gimli::Endianity,
|
||||
{
|
||||
use object::ObjectSection;
|
||||
|
|
Loading…
Reference in a new issue