We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b64af7 commit e1f1f64Copy full SHA for e1f1f64
_posts/2017-02-02-Rust-1.15.md
@@ -79,8 +79,8 @@ serialized = {"name":"Ferris"}
79
deserialized = Pet { name: "Ferris" }
80
```
81
82
-Another common use-case is [Diesel][diesel]. Say we wanted to store our `Pet`s
83
-in a database. We could do that like this:
+Another common use-case is [Diesel][diesel]. Say we had a database of `Pet`s.
+We could fetch them like this:
84
85
```rust
86
// some extern crate and use lines elided here
0 commit comments