Skip to content

Commit acbd701

Browse files
committed
Remove unused feature flags in sedona-geo-generic-alg
1 parent 8383741 commit acbd701

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

rust/sedona-geo-generic-alg/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ edition = "2021"
2727

2828
[workspace]
2929

30-
[features]
31-
default = ["multithreading"]
32-
use-serde = ["serde", "geo-types/serde"]
33-
multithreading = ["i_overlay/allow_multithreading", "geo-types/multithreading"]
34-
3530
[dependencies]
3631
float_next_after = "1"
3732
geo-traits = { version = "0.3.0" }

rust/sedona-geo-generic-alg/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
//! The original upstream project is dual-licensed under Apache-2.0 or MIT; the copied/ported code
2424
//! here is used under the Apache-2.0 license consistent with this repository.
2525
//! This top-level file orchestrates module exposure and numeric traits mirroring upstream design.
26-
#[cfg(feature = "use-serde")]
27-
#[macro_use]
28-
extern crate serde;
29-
3026
pub use crate::algorithm::*;
3127
use std::cmp::Ordering;
3228

0 commit comments

Comments
 (0)