Skip to content

Commit 0200b7b

Browse files
committed
Respond to comments
1 parent 448d867 commit 0200b7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

posts/2022-06-30-Rust-1.62.0.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Rust 1.62.0
2-
31
---
42
layout: post
53
title: "Announcing Rust 1.62.0"
@@ -73,7 +71,7 @@ This is part of a long effort to improve the efficiency of Rust's lock types, wh
7371

7472
### Bare metal `x86_64` target
7573

76-
It's now easier to build OS-less binaries for `x86_64`, for example when writing a kernel. `x86_64-unknown-none` has been promoted to a Tier 2 target and can be installed with rustup.
74+
It's now easier to build OS-less binaries for `x86_64`, for example when writing a kernel. The [`x86_64-unknown-none` target](https://doc.rust-lang.org/beta/rustc/platform-support/x86_64-unknown-none.html) has been promoted to [Tier 2](https://doc.rust-lang.org/rustc/platform-support.html#tier-2) and can be installed with rustup.
7775

7876
```console
7977
rustup target add x86_64-unknown-none

0 commit comments

Comments
 (0)