mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-05-10 01:47:55 +00:00
Fix code block end marker
Looks like someone accidentally removed the `\`\`\`` from the end of a code block, causing the `Serialization without Macros` section to be formatted like code
This commit is contained in:
@@ -230,6 +230,7 @@ Or with nightly:
|
|||||||
```rust
|
```rust
|
||||||
% cargo build --features nightly --no-default-features
|
% cargo build --features nightly --no-default-features
|
||||||
...
|
...
|
||||||
|
```
|
||||||
|
|
||||||
Serialization without Macros
|
Serialization without Macros
|
||||||
============================
|
============================
|
||||||
|
|||||||
Reference in New Issue
Block a user