Skip to content

Commit dbc930d

Browse files
committed
fix table formatting, remove u2i documentation
1 parent 64e7818 commit dbc930d

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ Note that if you are using `bson` through the `mongodb` crate, you do not need t
4646

4747
| Feature | Description | Extra dependencies | Default |
4848
|:-------------|:-----------------------------------------------------------------------------------------------|:-------------------|:--------|
49-
| `u2i` | Attempt to serialize unsigned integer types found in `Serialize` structs to signed BSON types. | n/a | yes |
5049
| `chrono-0_4` | Enable support for v0.4 of the [`chrono`](docs.rs/chrono/0.4) crate in the public API. | n/a | no |
5150
| `uuid-0_8` | Enable support for v0.8 of the [`uuid`](docs.rs/uuid/0.8) crate in the public API. | `uuid` 0.8 | no |
5251

rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ use_try_shorthand = true
77
wrap_comments = true
88
imports_layout = "HorizontalVertical"
99
imports_granularity = "Crate"
10+
ignore = ["src/lib.rs"]

src/lib.rs

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,10 @@
5959
//!
6060
//! #### Feature Flags
6161
//!
62-
//! | Feature | Description
63-
//! | Extra dependencies | Default | |:-------------|:
64-
//! -----------------------------------------------------------------------------------------------|:
65-
//! -------------------|:--------| | `u2i` | Attempt to serialize unsigned integer types
66-
//! found in `Serialize` structs to signed BSON types. | n/a | yes |
67-
//! | `chrono-0_4` | Enable support for v0.4 of the [`chrono`](docs.rs/chrono/0.4) crate in the
68-
//! public API. | n/a | no | | `uuid-0_8` | Enable support for v0.8 of
69-
//! the [`uuid`](docs.rs/uuid/0.8) crate in the public API. | `uuid` 0.8 | no
70-
//! |
62+
//! | Feature | Description | Extra dependencies | Default |
63+
//! |:-------------|:-----------------------------------------------------------------------------------------------|:-------------------|:--------|
64+
//! | `chrono-0_4` | Enable support for v0.4 of the [`chrono`](docs.rs/chrono/0.4) crate in the public API. | n/a | no |
65+
//! | `uuid-0_8` | Enable support for v0.8 of the [`uuid`](docs.rs/uuid/0.8) crate in the public API. | `uuid` 0.8 | no |
7166
//!
7267
//! ## BSON values
7368
//!

0 commit comments

Comments
 (0)