diff options
| author | arshitas <71453910+arshitas@users.noreply.github.com> | 2025-04-08 00:01:23 +0530 |
|---|---|---|
| committer | Amanieu d'Antras <amanieu@gmail.com> | 2025-04-18 06:15:48 +0000 |
| commit | 9abc26fb85be72e4057a7abe13eb0b81fd51f4c7 (patch) | |
| tree | 0322885c9c84a9acd70ebf4a246c4bf2f349a6b0 | |
| parent | 3dd82b698f0172b4baf03c14490d8d57e1eefb0d (diff) | |
| download | rust-9abc26fb85be72e4057a7abe13eb0b81fd51f4c7.tar.gz rust-9abc26fb85be72e4057a7abe13eb0b81fd51f4c7.zip | |
Remove impl_tag from CONTRIBUTING.md file
| -rw-r--r-- | library/stdarch/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/CONTRIBUTING.md b/library/stdarch/CONTRIBUTING.md index 95583e3f72e..97a710d7b08 100644 --- a/library/stdarch/CONTRIBUTING.md +++ b/library/stdarch/CONTRIBUTING.md @@ -16,7 +16,7 @@ The above tests do in fact require nightly rust to be the default on your system If any of the above steps don't work, [please let us know][new]! Next up you can [find an issue][issues] to help out on, we've selected a few -with the [`help wanted`][help] and [`impl-period`][impl] tags which could +with the [`help wanted`][help] tag which could particularly use some help. You may be most interested in [#40][vendor], implementing all vendor intrinsics on x86. That issue's got some good pointers about where to get started! |
