Skip to content

Commit 20170b8

Browse files
committed
Auto merge of #570 - dzmitry-lahoda-forks:revert-525-dz/1, r=Amanieu
Revert "feat: borsh serde" Reverts #525
2 parents d6393c2 + 5b8e6d5 commit 20170b8

File tree

5 files changed

+0
-83
lines changed

5 files changed

+0
-83
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ foldhash = { version = "0.1.2", default-features = false, optional = true }
1919
# For external trait impls
2020
rayon = { version = "1.0", optional = true }
2121
serde = { version = "1.0.25", default-features = false, optional = true }
22-
borsh = { version = "1.5.0", default-features = false, optional = true, features = ["derive"]}
2322

2423
# When built as part of libstd
2524
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ This crate has the following Cargo features:
5656

5757
- `nightly`: Enables nightly-only features including: `#[may_dangle]`.
5858
- `serde`: Enables serde serialization support.
59-
- `borsh`: Enables borsh serialization support.
6059
- `rayon`: Enables rayon parallel iterator support.
6160
- `equivalent`: Allows comparisons to be customized with the `Equivalent` trait. (enabled by default)
6261
- `raw-entry`: Enables access to the deprecated `RawEntry` API.

src/external_trait_impls/borsh/hash_map.rs

-78
This file was deleted.

src/external_trait_impls/borsh/mod.rs

-1
This file was deleted.

src/external_trait_impls/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#[cfg(feature = "borsh")]
2-
mod borsh;
31
#[cfg(feature = "rayon")]
42
pub(crate) mod rayon;
53
#[cfg(feature = "serde")]

0 commit comments

Comments
 (0)