Skip to content

Commit 9cbb264

Browse files
authored
Fix broken link
The link for `skipping the main thread's manual stack guard on Linux` was broken (surrounded by parens)
1 parent d42e013 commit 9cbb264

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2017-08-31-Rust-1.20.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ stack guard on Linux]. You don't need to do anything to get these protections
172172
other than using Rust 1.20.
173173

174174
[stack probes]: https://github.com/rust-lang/rust/pull/42816
175-
[skipping the main thread's manual stack guard on Linux]: (https://github.com/rust-lang/rust/pull/43072)
175+
[skipping the main thread's manual stack guard on Linux]: https://github.com/rust-lang/rust/pull/43072
176176

177177
We've added a new trio of sorting functions to the standard library:
178178
[`slice::sort_unstable_by_key`], [`slice::sort_unstable_by`], and
@@ -301,4 +301,4 @@ See the [detailed release notes][notes] for more.
301301
### Contributors to 1.20.0
302302

303303
Many people came together to create Rust 1.20. We couldn't have done it without
304-
all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.20.0)
304+
all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.20.0)

0 commit comments

Comments
 (0)