Skip to content

Commit ca0f92e

Browse files
authored
simplified code
1 parent 045ab5f commit ca0f92e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/lib.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ use serde_json::Value;
1515
use mimalloc::MiMalloc;
1616
#[global_allocator]
1717
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;
2618

2719
const PYTHON_PACKAGE_VERSION: &str = env!("CARGO_PKG_VERSION");
2820
// JSONPath query result containing found data and path

0 commit comments

Comments
 (0)