mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-02 04:26:40 +11:00
Only need 1 lifetime here
This commit is contained in:
parent
0b63284c7b
commit
66e55890e2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue