diff options
| author | XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> | 2021-03-04 13:01:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-04 13:01:19 +0100 |
| commit | c7d9cdabc18afb9b89bfaf010d303c5e8b34288d (patch) | |
| tree | 63b57a679adc1d11f891718b8a7b0becddeb4c7a | |
| parent | b1182d2a3cbe9ecc556e6eb88ee7233151ed7abd (diff) | |
| download | rust-c7d9cdabc18afb9b89bfaf010d303c5e8b34288d.tar.gz rust-c7d9cdabc18afb9b89bfaf010d303c5e8b34288d.zip | |
Update RELEASES.md
| -rw-r--r-- | RELEASES.md | 6 |
1 files 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<T>`.][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<T>`.][76934] Misc ---- |
