cargo fmt & cargo deny fix

This commit is contained in:
2024-04-30 20:45:45 -06:00
parent 2c46286aff
commit 3e5008524e
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ use std::borrow::Cow;
use anyhow::{bail, Result};
use object::{elf, File, Relocation, RelocationFlags};
use ppc750cl::{Argument, GPR, InsIter};
use ppc750cl::{Argument, InsIter, GPR};
use crate::{
arch::{ObjArch, ProcessCodeResult},