Skip to content

Commit 33c791b

Browse files
committed
arm.rs: Use alloc::borrow::Cow
1 parent 1ba41d1 commit 33c791b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

objdiff-core/src/arch/arm.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
use alloc::{collections::BTreeMap, vec::Vec};
1+
use alloc::{borrow::Cow, collections::BTreeMap, vec::Vec};
22
use core::fmt::Write;
3-
use std::borrow::Cow;
43

54
use anyhow::{Result, bail};
65
use arm_attr::{BuildAttrs, enums::CpuArch, tag::Tag};

0 commit comments

Comments
 (0)