Skip to content

Commit d8fdfaa

Browse files
committed
Fix no_std build
1 parent 2612cda commit d8fdfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objdiff-core/src/arch/x86.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use alloc::{boxed::Box, string::String, vec::Vec};
1+
use alloc::{boxed::Box, format, string::String, vec::Vec};
22

33
use anyhow::{Context, Result, anyhow, bail};
44
use iced_x86::{

0 commit comments

Comments
 (0)