Skip to content

Commit 2e12767

Browse files
authored
RUST-968 Remove the bson-u2i feature (#438)
1 parent 875583f commit 2e12767

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ tokio-runtime = ["tokio/macros", "tokio/net", "tokio/rt", "tokio/time", "serde_b
2525
async-std-runtime = ["async-std", "async-std/attributes", "async-std-resolver", "tokio-util/compat"]
2626
sync = ["async-std-runtime"]
2727

28-
# The bson/u2i feature enables automatic conversion from unsigned to signed types during
29-
# serialization. This feature is intended for use when serializing data types in third-party crates
30-
# whose implementation cannot be changed; otherwise, it is preferred to use the helper functions
31-
# provided in the bson::serde_helpers module.
32-
bson-u2i = ["bson/u2i"]
33-
3428
# Enable support for v0.4 of the chrono crate in the public API of the BSON library.
3529
bson-chrono-0_4 = ["bson/chrono-0_4"]
3630

0 commit comments

Comments
 (0)