mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-09 13:37:55 +00:00
cargo fmt & cargo deny fix
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user