From cf6a8f6140db353778270cb69ecd5afa98f3a9a9 Mon Sep 17 00:00:00 2001 From: arshitas <71453910+arshitas@users.noreply.github.com> Date: Tue, 8 Apr 2025 00:01:23 +0530 Subject: [PATCH] Remove impl_tag from CONTRIBUTING.md file --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 95583e3f72..97a710d7b0 100644 --- a/CONTRIBUTING.md +++ b/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!