Skip to content

Commit 4913520

Browse files
committed
fix broken link
1 parent 01dba4b commit 4913520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)