We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c1648 commit 25069e5Copy full SHA for 25069e5
1 file changed
objdiff-core/src/obj/read.rs
@@ -6,8 +6,9 @@ use alloc::{
6
vec,
7
vec::Vec,
8
};
9
-use anyhow::{Context, Result, anyhow, bail, ensure};
10
use core::{cmp::Ordering, num::NonZeroU64};
+
11
+use anyhow::{Context, Result, anyhow, bail, ensure};
12
use object::{Object as _, ObjectSection as _, ObjectSymbol as _};
13
use regex::Regex;
14
0 commit comments