From c7d9cdabc18afb9b89bfaf010d303c5e8b34288d Mon Sep 17 00:00:00 2001 From: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> Date: Thu, 4 Mar 2021 13:01:19 +0100 Subject: [PATCH] Update RELEASES.md --- RELEASES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index bf41e5976d6..e4bb9e4108f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -94,9 +94,9 @@ Rustdoc Various improvements to intra-doc links: - - [You can link to non-path primitives such as `slice`.][80181] - - [You can link to associated items.][74489] - - [You can now include generic parameters when linking to items, like `Vec`.][76934] +- [You can link to non-path primitives such as `slice`.][80181] +- [You can link to associated items.][74489] +- [You can now include generic parameters when linking to items, like `Vec`.][76934] Misc ----