Skip to content

Commit 8e42707

Browse files
committed
Fix MSP430 link
1 parent 7ca7035 commit 8e42707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2017-02-02-Rust-1.15.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ fn main() {
9494
use diesel_demo::schema::pets::dsl::*;
9595

9696
let connection = establish_connection();
97-
let results = pets
97+
let results = pets
9898
.limit(5)
9999
.load::<Pet>(&connection)
100100
.expect("Error loading pets");
@@ -153,7 +153,7 @@ and [`ARMv5TE`].
153153

154154
[tiers]: https://forge.rust-lang.org/platform-support.html
155155
[`i686-unknown-openbsd`]: https://github.com/rust-lang/rust/pull/38086
156-
[`MSP430`]: https://github.com/rust-lang/rust/pull/37627
156+
[`MSP430`]: https://github.com/rust-lang/rust/pull/37672
157157
[`ARMv5TE`]: https://github.com/rust-lang/rust/pull/37615
158158

159159
[A number of compiler performance improvements have

0 commit comments

Comments
 (0)