We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2612cda commit d8fdfaaCopy full SHA for d8fdfaa
objdiff-core/src/arch/x86.rs
@@ -1,4 +1,4 @@
1
-use alloc::{boxed::Box, string::String, vec::Vec};
+use alloc::{boxed::Box, format, string::String, vec::Vec};
2
3
use anyhow::{Context, Result, anyhow, bail};
4
use iced_x86::{
0 commit comments