Skip to content

Commit 49238c0

Browse files
committed
doc/features.md: fix table formatting
VSC interprets a single `|` as continuing a table, rustdoc doesn't
1 parent f031ec2 commit 49238c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ Cargo features of the [`ialloc`](crate) crate.
77
| `"panicy-bounds"` | APIs that panic on out of bounds indicies |
88
| `"panicy-memory"` | APIs that panic when out of memory |
99
| (always) | APIs that try to panic on undefined behavior |
10-
|
10+
| |
1111
| | **Dependencies**
1212
| `"alloc"` | [`alloc`] crate support (rust standard library) |
1313
| `"std"` | [`std`] crate support (rust standard library) |
1414
| `"msvc"` | MSVC-specific library support | <code>[target_env](https://doc.rust-lang.org/reference/conditional-compilation.html#target_env) = `"msvc"`</code>
1515
| `"win32"` | Windows-specific allocators | <code>[target_os](https://doc.rust-lang.org/reference/conditional-compilation.html#target_os) = `"windows"`</code>
16-
|
16+
| |
1717
| | **Language Standards**
1818
| `"c89"` | C89 standard library support | [`cc`](https://github.com/rust-lang/cc-rs) finds a C89+ compatible compiler
1919
| `"c11"` | C11 standard library support | [`cc`](https://github.com/rust-lang/cc-rs) finds a C11+ compatible compiler
2020
| `"c23"` | C23 standard library support | [`cc`](https://github.com/rust-lang/cc-rs) finds a C23+ compatible compiler
21-
|
21+
| |
2222
| `"c++98"` | C++98 standard library support | [`cc`](https://github.com/rust-lang/cc-rs) finds a C++98+ compatible compiler
2323
| `"c++17"` | C++17 standard library support | [`cc`](https://github.com/rust-lang/cc-rs) finds a C++17+ compatible compiler

0 commit comments

Comments
 (0)