Skip to content

Commit e9bf8ca

Browse files
WaffleLapkinAmanieu
authored andcommitted
fix target name in contributing.md
1 parent a99e2d2 commit e9bf8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $ cd stdarch
99
$ TARGET="<your-target-arch>" ci/run.sh
1010
```
1111

12-
Where `<your-target-arch>` is the target triple as used by `rustup`, e.g. `x86_x64-unknown-linux-gnu` (without any preceding `nightly-` or similar).
12+
Where `<your-target-arch>` is the target triple as used by `rustup`, e.g. `x86_64-unknown-linux-gnu` (without any preceding `nightly-` or similar).
1313
Also remember that this repository requires the nightly channel of Rust!
1414
The above tests do in fact require nightly rust to be the default on your system, to set that use `rustup default nightly` (and `rustup default stable` to revert).
1515

0 commit comments

Comments
 (0)