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 045ab5f commit ca0f92eCopy full SHA for ca0f92e
src/lib.rs
@@ -15,14 +15,6 @@ use serde_json::Value;
15
use mimalloc::MiMalloc;
16
#[global_allocator]
17
static GLOBAL: MiMalloc = MiMalloc;
18
-// #[cfg(any(
19
-// not(target_os = "linux"),
20
-// all(target_os = "linux", target_env = "musl"),
21
-// all(target_os = "linux", target_arch = "x86_64", not(target_env = "musl")),
22
-// all(target_os = "linux", target_arch = "x86", not(target_env = "musl"))
23
-// ))]
24
-// #[global_allocator]
25
-// static GLOBAL: MiMalloc = MiMalloc;
26
27
const PYTHON_PACKAGE_VERSION: &str = env!("CARGO_PKG_VERSION");
28
// JSONPath query result containing found data and path
0 commit comments