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 7ca7035 commit 8e42707Copy full SHA for 8e42707
_posts/2017-02-02-Rust-1.15.md
@@ -94,7 +94,7 @@ fn main() {
94
use diesel_demo::schema::pets::dsl::*;
95
96
let connection = establish_connection();
97
- let results = pets
+ let results = pets
98
.limit(5)
99
.load::<Pet>(&connection)
100
.expect("Error loading pets");
@@ -153,7 +153,7 @@ and [`ARMv5TE`].
153
154
[tiers]: https://forge.rust-lang.org/platform-support.html
155
[`i686-unknown-openbsd`]: https://github.com/rust-lang/rust/pull/38086
156
-[`MSP430`]: https://github.com/rust-lang/rust/pull/37627
+[`MSP430`]: https://github.com/rust-lang/rust/pull/37672
157
[`ARMv5TE`]: https://github.com/rust-lang/rust/pull/37615
158
159
[A number of compiler performance improvements have
0 commit comments