mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-11 14:01:01 +00:00
More formatting of doc tests and example code
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ You may be looking for:
|
||||
## Serde in action
|
||||
|
||||
```rust
|
||||
use serde::{Serialize, Deserialize};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
struct Point {
|
||||
|
||||
Reference in New Issue
Block a user