More formatting of doc tests and example code

This commit is contained in:
David Tolnay
2023-07-06 15:45:53 -07:00
parent 1920b694aa
commit fa0312ac45
11 changed files with 30 additions and 36 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ serde_json = "1.0"
<p></p>
```rust
use serde::{Serialize, Deserialize};
use serde::{Deserialize, Serialize};
#[derive(Serialize, Deserialize, Debug)]
struct Point {