We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
alloc::borrow::Cow
1 parent 1ba41d1 commit 33c791bCopy full SHA for 33c791b
objdiff-core/src/arch/arm.rs
@@ -1,6 +1,5 @@
1
-use alloc::{collections::BTreeMap, vec::Vec};
+use alloc::{borrow::Cow, collections::BTreeMap, vec::Vec};
2
use core::fmt::Write;
3
-use std::borrow::Cow;
4
5
use anyhow::{Result, bail};
6
use arm_attr::{BuildAttrs, enums::CpuArch, tag::Tag};
0 commit comments