mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2025-12-15 16:16:20 +00:00
Fix clippy lints and address cargo deny advisories (#117)
This commit is contained in:
@@ -123,7 +123,7 @@ pub fn run(args: Args) -> Result<()> {
|
||||
}
|
||||
}
|
||||
|
||||
fn load_obj(buf: &[u8]) -> Result<File> {
|
||||
fn load_obj(buf: &[u8]) -> Result<File<'_>> {
|
||||
let obj = File::parse(buf)?;
|
||||
match obj.architecture() {
|
||||
Architecture::PowerPc => {}
|
||||
|
||||
Reference in New Issue
Block a user