From 63d96cbcc78dc191db6bc5388de75ef15bbb1628 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 27 May 2026 22:51:55 -0700 Subject: [PATCH] Fix `assert_matches!` link --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index e3ab7a4b370e..4982b54f0f88 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -31,7 +31,7 @@ Libraries Stabilized APIs --------------- -- [`assert_matches!`](https://doc.rust-lang.org/stable/std/macro.debug_assert_matches.html) +- [`assert_matches!`](https://doc.rust-lang.org/stable/std/macro.assert_matches.html) - [`debug_assert_matches!`](https://doc.rust-lang.org/stable/std/macro.debug_assert_matches.html) - [`From for AssertUnwindSafe`](https://doc.rust-lang.org/stable/std/panic/struct.AssertUnwindSafe.html#impl-From%3CT%3E-for-AssertUnwindSafe%3CT%3E) - [`From for LazyCell`](https://doc.rust-lang.org/stable/std/cell/struct.LazyCell.html#impl-From%3CT%3E-for-LazyCell%3CT,+F%3E)