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.
1 parent b12e32e commit 432aa03Copy full SHA for 432aa03
1 file changed
src/target/ext/tracepoints.rs
@@ -20,6 +20,9 @@ use crate::target::Target;
20
use crate::target::TargetResult;
21
use managed::ManagedSlice;
22
23
+#[cfg(feature = "alloc")]
24
+use crate::alloc::borrow::ToOwned;
25
+
26
/// A tracepoint, identified by a unique number.
27
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
28
pub struct Tracepoint(pub usize);
0 commit comments