Skip to content

Commit b72b708

Browse files
committed
[simple] Temporarily drop serde support
Going to complicate things right now.... I'll re-enable it eventually
1 parent ed19963 commit b72b708

File tree

3 files changed

+0
-49
lines changed

3 files changed

+0
-49
lines changed

libs/simple/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ parking_lot = { version = "0.10", features = ["nightly"] }
1717
crossbeam = { version = "0.7" }
1818
# Logging
1919
slog = "2.5"
20-
# [Optional] Serde support
21-
serde = { version = "1", optional = true }
2220

2321
[features]
2422
default = [

libs/simple/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ impl<T: Copy> AtomicCell<T> {
7878
mod handles;
7979
mod context;
8080
mod utils;
81-
#[cfg(feature = "serde")]
82-
pub mod serde;
8381
#[cfg(feature = "small-object-arenas")]
8482
mod alloc;
8583
#[cfg(not(feature = "small-object-arenas"))]

libs/simple/src/serde.rs

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)