We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28096e2 commit 318d8b2Copy full SHA for 318d8b2
capstone-rs/src/lib.rs
@@ -8,11 +8,11 @@
8
#[macro_use]
9
extern crate alloc;
10
11
-#[cfg(any(test, not(feature = "std")))]
+#[cfg(all(test, not(feature = "std")))]
12
13
extern crate std;
14
15
16
#[global_allocator]
17
static ALLOCATOR: std::alloc::System = std::alloc::System;
18
0 commit comments